Example #1
0
 public function render(Varien_Object $row)
 {
     $url = $this->getGridUrl($row->getClass());
     $label = Mage::helper('alekseon_modulesConflictDetector')->__('Show Details');
     return '<a href="' . $url . '">' . $label . '</a>';
 }