Beispiel #1
0
 function preDispatch()
 {
     $this->getDi()->navigationUserTabs->setActive('helpdesk');
     $this->getDi()->helpdeskStrategy->setUserId($this->getRequest()->getParam('user_id', 0));
     $this->view->headLink()->appendStylesheet($this->view->_scriptCss('helpdesk-admin.css'));
     $this->setActiveMenu('users-browse');
     parent::preDispatch();
 }
Beispiel #2
0
 function preDispatch()
 {
     $this->getDi()->auth->requireLogin(ROOT_URL . '/helpdesk');
     $this->view->headLink()->appendStylesheet($this->view->_scriptCss('helpdesk-user.css'));
     if ($page = $this->getDi()->navigationUser->findOneBy('id', 'helpdesk')) {
         $page->setActive(true);
     }
     parent::preDispatch();
 }
 public function preDispatch()
 {
     parent::preDispatch();
     $this->setActiveMenu('affiliates-banners');
 }
Beispiel #4
0
 function preDispatch()
 {
     $this->view->headLink()->appendStylesheet($this->view->_scriptCss('helpdesk-admin.css'));
     $this->setActiveMenu('helpdesk-ticket-my');
     parent::preDispatch();
 }
 public function preDispatch()
 {
     parent::preDispatch();
     $this->view->headScript()->appendFile(REL_ROOT_URL . "/application/default/views/public/js/resourceaccess.js");
     $this->view->headScript()->appendFile(REL_ROOT_URL . "/application/default/views/public/js/player-config.js");
 }
 public function preDispatch()
 {
     parent::preDispatch();
     $this->view->headScript()->appendFile(REL_ROOT_URL . "/application/default/views/public/js/resourceaccess.js");
     $this->setActiveMenu('products-protect');
 }
 function preDispatch()
 {
     $this->getDi()->auth->requireLogin(ROOT_URL . '/helpdesk');
     $this->view->headLink()->appendStylesheet($this->view->_scriptCss('helpdesk-user.css'));
     parent::preDispatch();
 }