Example #1
0
 public function render(Varien_Object $row)
 {
     $this->getColumn()->setActions(array(array('url' => $this->getUrl('*/adminhtml_xmlgrid/generate', array('xmlfile_id' => $row->getXmlfileId())), 'caption' => Mage::helper('feedsalidzini')->__('Generate'))));
     return parent::render($row);
 }