Example #1
0
 public function render(Varien_Object $row)
 {
     $row->getFeed_status() != 1 ? $status = $this->__('Disabled') : ($status = $this->__('Enabled'));
     return $status;
 }