Example #1
0
 /**
  * @return Bronto_Order_Block_Adminhtml_System_Config_Cron
  */
 protected function _prepareLayout()
 {
     $this->addButton($this->getLayout()->createBlock('bronto_order/adminhtml_widget_button_sync'));
     $this->addButton($this->getLayout()->createBlock('bronto_order/adminhtml_widget_button_reset'));
     $this->addButton($this->getLayout()->createBlock('bronto_order/adminhtml_widget_button_run'));
     return parent::_prepareLayout();
 }
Example #2
0
 /**
  * @see parent
  */
 protected function _prepareLayout()
 {
     $this->addButton($this->getLayout()->createBlock('bronto_common/adminhtml_widget_queue_button_run'));
     return parent::_prepareLayout();
 }