Public Member Functions | |
__construct () |
Definition at line 35 of file Search.php.
__construct | ( | ) |
Initialize Grid Container
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.
Definition at line 41 of file Search.php.
00042 { 00043 $this->_controller = 'report_search'; 00044 $this->_headerText = Mage::helper('reports')->__('Search Terms'); 00045 parent::__construct(); 00046 $this->_removeButton('add'); 00047 }