Mage::helper('qbanner')->__('Active'), self::STATUS_DISABLED => Mage::helper('qbanner')->__('Non Active') ); } static public function getOptionArrayEdit() { return array( array('value' => self::STATUS_DISABLED, 'label' => Mage::helper('qbanner')->__('Non Active')), array('value' => self::STATUS_ENABLED, 'label' => Mage::helper('qbanner')->__('Active')), ); } }