public function render(Varien_Object $row)
 {
     $this->getColumn()->setActions(array(array('url' => $this->getUrl('*/*/exportone', array('id' => $row->getId())), 'caption' => Mage::helper('mybuys')->__('Export Baseline Feed For ' . $row->getWebsiteName()))));
     return parent::render($row);
 }
Example #2
0
 public function render(Varien_Object $row)
 {
     return sprintf('<a href="%s" target="_blank">%s</a>', $row->getWebsiteUrl(), $row->getWebsiteName() ? $row->getWebsiteName() : $row->getWebsiteUrl());
 }