Пример #1
0
 public function init()
 {
     $this->resource = UserResources::RES_SEND_EMAIL;
     $this->resourceLabel = 'Mass Email';
     $this->activeMenu = self::MENU_SETTINGS_EMAIL;
     parent::init();
 }
Пример #2
0
 public function init()
 {
     $this->resource = UserResources::RES_SETTINGS_UNITS_OF_MEASURE;
     $this->activeMenu = self::MENU_SETTINGS_UNITS_OF_MEASURE;
     $this->resourceLabel = 'Unit';
     parent::init();
 }
Пример #3
0
 public function init()
 {
     parent::init();
     $this->resourceLabel = 'Web Page';
     $this->resource = UserResources::RES_SETTINGS_PAGE;
     $this->activeMenu = self::MENU_SETTINGS_PAGE;
 }
 public function init()
 {
     $this->resourceLabel = 'Static Sections';
     $this->resource = UserResources::RES_SETTINGS_STATIC_SECTIONS;
     $this->activeMenu = self::MENU_SETTINGS_STATIC_SECTIONS;
     parent::init();
 }
Пример #5
0
 public function init()
 {
     parent::init();
     $this->resourceLabel = Lang::t('Settings');
     $this->resource = UserResources::RES_SETTINGS_GENERAL;
     $this->activeMenu = self::MENU_SETTINGS_GENERAL;
 }
Пример #6
0
 public function init()
 {
     $this->resourceLabel = 'Town';
     $this->resource = UserResources::RES_SETTINGS_TOWN;
     $this->activeMenu = self::MENU_SETTINGS_TOWN;
     parent::init();
 }
Пример #7
0
 public function init()
 {
     $this->resource = UserResources::RES_MODULES_ENABLED;
     $this->activeMenu = self::MENU_MODULES_ENABLED;
     $this->resourceLabel = 'Module';
     parent::init();
 }
Пример #8
0
 public function init()
 {
     $this->resourceLabel = 'Cron Task';
     $this->resource = UserResources::RES_SETTINGS_CRON;
     $this->activeMenu = self::MENU_SETTINGS_CRON;
     parent::init();
 }
Пример #9
0
 /**
  * Executed before every action
  */
 public function init()
 {
     $this->resource = UserResources::RES_SETTINGS_EMAIL;
     $this->activeMenu = self::MENU_SETTINGS_EMAIL;
     $this->resourceLabel = 'Email template';
     $this->pageTitle = $this->resourceLabel;
     $this->activeTab = 2;
     $this->showPageTitle = FALSE;
     parent::init();
 }