*/ class Mage_Adminhtml_Block_Report_Customer_Orders extends Mage_Adminhtml_Block_Widget_Grid_Container { public function __construct() { $this->_controller = 'report_customer_orders'; $this->_headerText = Mage::helper('reports')->__('Customers by number of orders'); parent::__construct(); $this->_removeButton('add'); } }