Example #1
0
 public function render(Varien_Object $row)
 {
     if (in_array($row->getStatus(), array('0', '3'))) {
         return sprintf('<a href="#" onclick="am_feed_object.request(%d);">%s</a>', $row->getFeedId(), Mage::helper('amfeed')->__('Generate'));
     } else {
         return '';
     }
 }