_controller = 'adminhtml_notes'; $this->_blockGroup = 'customernotes'; $this->_headerText = Mage::helper('customernotes')->__('Customer Notes'); parent::__construct(); $this->removeButton('add'); } }