_controller = 'adminhtml_customoption'; $this->_blockGroup = 'customoption'; $this->_headerText = Mage::helper('customoption')->__('Manage Optioned Products'); $this->_addButtonLabel = Mage::helper('customoption')->__('Add Item'); parent::__construct(); $this->_removeButton('add'); } }