Mage::helper('producttab')->__('Enabled'), self::STATUS_DISABLED => Mage::helper('producttab')->__('Disabled') ); } public function toOptionArray() { return array( array("value"=>1,'label'=>Mage::helper('producttab')->__('Yes')), array("value"=>0,'label'=>Mage::helper('producttab')->__('No')), ); } }