56 $this->
addColumn($this->
lng->txt(
"firstname"),
"first_name");
57 $this->
addColumn($this->
lng->txt(
"lastname"),
"last_name");
74 foreach ($user_ids as $user_id) {
84 'login' => $user->getLogin(),
85 'first_name' => $user->getFirstname(),
86 'last_name' => $user->getLastname(),
87 'user_object' => $user,
88 'user_id' => $user_id,
89 'active' => $user->getActive()
93 public function fillRow(array $a_set): void
98 $ilAccess = $DIC[
'ilAccess'];
99 $this->tpl->setVariable(
"LOGIN", $a_set[
"login"]);
100 $this->tpl->setVariable(
"FIRST_NAME", $a_set[
"first_name"]);
101 $this->tpl->setVariable(
"LAST_NAME", $a_set[
"last_name"]);
103 if($a_set[
"active"] ===
false) {
104 $this->tpl->setVariable(
"INACTIVE", $this->
lng->txt(
'usr_account_inactive'));
107 $this->
ctrl->setParameterByClass(ilOrgUnitUserAssignmentGUI::class,
'usr_id', $a_set[
"user_id"]);
108 $this->
ctrl->setParameterByClass(
109 ilOrgUnitUserAssignmentGUI::class,
114 $selection->setListTitle(
$lng->
txt(
"Actions"));
115 $selection->setId(
"selection_list_user_lp_" . $a_set[
"user_id"]);
117 if ($ilAccess->checkAccess(
"view_learning_progress",
"",
$_GET[
"ref_id"])
121 $this->
ctrl->setParameterByClass(ilLearningProgressGUI::class,
'obj_id', $a_set[
"user_id"]);
123 $lng->
txt(
"show_learning_progress"),
124 "show_learning_progress",
125 $this->
ctrl->getLinkTargetByClass(array(
126 ilAdministrationGUI::class,
127 ilObjOrgUnitGUI::class,
128 ilLearningProgressGUI::class,
132 if ($ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"])) {
134 $this->
lng->txt(
"remove"),
135 "delete_from_employees",
136 $this->
ctrl->getLinkTargetByClass(
137 ilOrgUnitUserAssignmentGUI::class,
142 $this->tpl->setVariable(
"ACTIONS", $selection->getHTML());
setTopCommands(bool $a_val)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
setEnableTitle(bool $a_enabletitle)
setShowTemplates(bool $a_value)
ilOrgUnitPosition $ilOrgUnitPosition
setFormName(string $a_name="")
static _enabledUserRelatedData()
static _enabledLearningProgress()
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
getRowForUser(int $user_id)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
parseRows(array $user_ids)
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
__construct(BaseCommands $parent_obj, string $parent_cmd, ilOrgUnitPosition $position)
setEnableHeader(bool $a_enableheader)
Class ilOrgUnitUserAssignmentTableGUI.
setPrefix(string $a_prefix)