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(); }
public function __construct() { parent::__construct(); $this->setTitle("Učitelé"); }
public function __construct() { parent::__construct(); $this->setTitle("Vyučovací předměty"); }
public function __construct() { parent::__construct(); $this->setTitle("Import dat"); }
public function __construct() { parent::__construct(); $this->setTitle("Studenti"); }
public function __construct() { parent::__construct(); $this->setTitle("Dlouhodobé práce"); }
public function startup() { parent::startup(); }
public function __construct() { parent::__construct(); $this->setTitle("Moje možnosti"); }
public function __construct() { parent::__construct(); $this->setTitle("Třídy"); }
public function __construct() { parent::__construct(); $this->setTitle("Procházení školních dat"); }
public function __construct() { parent::__construct(); $this->setTitle("Dashboard"); }
public function __construct() { parent::__construct(); $this->setTitle("Studijní skupiny"); }