Ejemplo n.º 1
0
 public function init()
 {
     $this->resource = UserResources::RES_SEND_EMAIL;
     $this->resourceLabel = 'Mass Email';
     $this->activeMenu = self::MENU_SETTINGS_EMAIL;
     parent::init();
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 5
0
 public function init()
 {
     parent::init();
     $this->resourceLabel = Lang::t('Settings');
     $this->resource = UserResources::RES_SETTINGS_GENERAL;
     $this->activeMenu = self::MENU_SETTINGS_GENERAL;
 }
Ejemplo n.º 6
0
 public function init()
 {
     $this->resourceLabel = 'Town';
     $this->resource = UserResources::RES_SETTINGS_TOWN;
     $this->activeMenu = self::MENU_SETTINGS_TOWN;
     parent::init();
 }
Ejemplo n.º 7
0
 public function init()
 {
     $this->resource = UserResources::RES_MODULES_ENABLED;
     $this->activeMenu = self::MENU_MODULES_ENABLED;
     $this->resourceLabel = 'Module';
     parent::init();
 }
Ejemplo n.º 8
0
 public function init()
 {
     $this->resourceLabel = 'Cron Task';
     $this->resource = UserResources::RES_SETTINGS_CRON;
     $this->activeMenu = self::MENU_SETTINGS_CRON;
     parent::init();
 }
Ejemplo n.º 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();
 }