Example #1
0
 public function render(Varien_Object $row)
 {
     $this->getColumn()->setActions(array(array('url' => $this->getUrl('*/adminhtml_attributes/edit', array('id' => $row->getAttribute_id())), 'caption' => Mage::helper('datafeedmanager')->__('Edit')), array('url' => $this->getUrl('*/adminhtml_attributes/delete', array('id' => $row->getAttribute_id())), 'confirm' => Mage::helper('datafeedmanager')->__('Are you sure you want to delete this attribute ?'), 'caption' => Mage::helper('datafeedmanager')->__('Delete'))));
     return parent::render($row);
 }