Example #1
0
 public function startup()
 {
     parent::startup();
     $this->submenu->addSection('Uživatelé');
     $this->submenu->addItem("Users:default", 'Seznam uživatelů');
     $this->submenu->addItem("Users:addUser", 'Přidat uživatele');
 }
 public function __construct()
 {
     parent::__construct();
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Učitelé");
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Vyučovací předměty");
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Import dat");
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Studenti");
 }
Example #7
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Dlouhodobé práce");
 }
Example #8
0
 public function startup()
 {
     parent::startup();
 }
Example #9
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Moje možnosti");
 }
Example #10
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Třídy");
 }
Example #11
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Procházení školních dat");
 }
Example #12
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Dashboard");
 }
Example #13
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Studijní skupiny");
 }