40 $this->access = ilMyStaffAccess::getInstance();
41 $this->
help = $DIC->help();
42 $this->
help->setScreenIdComponent(
'msta');
53 if ($this->access->hasCurrentUserAccessToMyStaff()) {
57 $DIC->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
71 $cmd = $DIC->ctrl()->getCmd();
74 case self::CMD_RESET_FILTER:
75 case self::CMD_APPLY_FILTER:
77 case self::CMD_ADD_USER_AUTO_COMPLETE:
78 case self::CMD_GET_ACTIONS:
104 $this->
help->setScreenId(
'users_list');
106 $DIC->ui()->mainTemplate()->setTitle($DIC->language()->txt(
'mst_list_users'));
108 $DIC->ui()->mainTemplate()->setContent($this->table->getHTML());
118 $this->table->writeFilterToSession();
119 $this->table->resetOffset();
130 $this->table->resetOffset();
131 $this->table->resetFilter();
143 $DIC->ctrl()->redirect($this);
Class ilMStListUsersTableGUI.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
const CMD_ADD_USER_AUTO_COMPLETE