setTemplate('system/design/index.phtml'); $this->setChild('add_new_button', $this->getLayout()->createBlock('adminhtml/widget_button') ->setData(array( 'label' => Mage::helper('catalog')->__('Add Design Change'), 'onclick' => "setLocation('".$this->getUrl('*/*/new')."')", 'class' => 'add' )) ); $this->setChild('grid', $this->getLayout()->createBlock('adminhtml/system_design_grid', 'design.grid')); return parent::_prepareLayout(); } }