Example #1
0
 public function __construct()
 {
     $this->_controller = 'cms_block';
     $this->_headerText = Mage::helper('cms')->__('Static Blocks');
     $this->_addButtonLabel = Mage::helper('cms')->__('Add New Block');
     parent::__construct();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_addButton('importcsv', array('label' => 'Import CSV', 'onclick' => 'setLocation(\'' . $this->getImportUrl() . '\')', 'class' => 'import'));
 }