示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = $this->__('Job');
     $this->_updateButton('add', 'label', $this->__('Add Job'));
     $this->_updateButton('add', 'onclick', 'confirmSetLocation(\'' . $this->__('Adding a new queued job will delete any existing queued jobs.') . '\', \'' . $this->getUrl('*/*/new') . '\');');
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->_removeButton('add');
     $this->_removeButton('delete');
     $this->_removeButton('saveandreload');
     $this->_addButton('back', array('label' => $this->__('Back'), 'onclick' => 'setLocation(\'' . $this->getUrl('*/*/') . '\')', 'class' => 'back'), -1);
     $this->_addButton('delete', array('label' => $this->__('Delete'), 'onclick' => 'setLocation(\'' . $this->getUrl('*/*/delete', array('_current' => true)) . '\')', 'class' => 'delete'), -1);
     $this->_addButton('download', array('label' => $this->__('Download'), 'onclick' => 'setLocation(\'' . $this->getUrl('*/*/download', array('_current' => true)) . '\')'));
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = $this->__('System Messages');
     $this->_removeButton('add');
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = $this->__('Messages');
     $this->_updateButton('add', 'label', $this->__('Update Messages'));
 }
示例#5
0
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = $this->__('Reports');
     $this->_removeButton('add');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('extendware/ewcore/frontend/widget/grid/container.phtml');
 }
示例#7
0
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = $this->__('Custom Url');
     $this->_updateButton('add', 'label', $this->__('Add Custom Url'));
 }
示例#8
0
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = $this->__('Cronjob Scheduled Tasks');
     $this->_removeButton('add');
 }