*/ class Mage_Adminhtml_Block_Report_Review_Product extends Mage_Adminhtml_Block_Widget_Grid_Container { public function __construct() { $this->_controller = 'report_review_product'; $this->_headerText = Mage::helper('reports')->__('Products Reviews'); parent::__construct(); $this->_removeButton('add'); } }