_removeButton('edit'); $this->_removeButton('back'); $this->_headerText = $this->__('Ticket Status Statistics'); } protected function _prepareLayout() { $this->setChild('plane', $this->getLayout()->createBlock('aw_hdu3/adminhtml_statistic_status_view')); return $this; } }