_blockGroup = 'lanot_easysticker'; $this->_controller = 'adminhtml_sticker'; $this->_headerText = Mage::helper('lanot_easysticker')->__('Manage Stickers'); parent::__construct(); if (Mage::helper('lanot_easysticker/admin')->isActionAllowed('manage_sticker/save')) { $this->_updateButton('add', 'label', Mage::helper('lanot_easysticker')->__('Add New Sticker')); } else { $this->_removeButton('add'); } } }