*/ class Mage_Adminhtml_Block_Report_Customer_Totals extends Mage_Adminhtml_Block_Widget_Grid_Container { public function __construct() { $this->_controller = 'report_customer_totals'; $this->_headerText = Mage::helper('reports')->__('Customers by Orders Total'); parent::__construct(); $this->_removeButton('add'); } }