65 $this->ctrl = $DIC->ctrl();
66 $this->lng = $DIC->language();
67 $this->tpl = $DIC[
"tpl"];
68 $this->ui_factory = $DIC->ui()->factory();
69 $this->ui_renderer = $DIC->ui()->renderer();
71 $this->container_global_profiles = $a_cont_glb_profiles;
72 $this->container_local_profiles = $a_cont_lcl_profiles;
77 $this->
setTitle($this->lng->txt(
"cont_skill_profiles"));
80 $this->
addColumn($this->lng->txt(
"cont_skill_profile"),
"",
"1");
81 $this->
addColumn($this->lng->txt(
"context"),
"",
"1");
82 $this->
addColumn($this->lng->txt(
"actions"),
"",
"1");
84 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj));
85 $this->
setRowTemplate(
"tpl.cont_profile_row.html",
"Services/Container/Skills");
88 if ($this->skmg_settings->getLocalAssignmentOfProfiles()) {
89 $this->
addMultiCommand(
"confirmRemoveSelectedGlobalProfiles", $this->lng->txt(
"remove"));
91 if ($this->skmg_settings->getAllowLocalProfiles()) {
92 $this->
addMultiCommand(
"confirmDeleteSelectedLocalProfiles", $this->lng->txt(
"delete"));
104 if ($this->skmg_settings->getLocalAssignmentOfProfiles()) {
105 foreach ($this->container_global_profiles->getProfiles() as $gp) {
106 $profiles[$gp[
"profile_id"]] = array(
107 "profile_id" => $gp[
"profile_id"],
112 if ($this->skmg_settings->getAllowLocalProfiles()) {
113 foreach ($this->container_local_profiles->getProfiles() as $lp) {
114 $profiles[$lp[
"profile_id"]] = array(
115 "profile_id" => $lp[
"profile_id"],
136 $tpl->setVariable(
"TITLE", $a_set[
"title"]);
137 $tpl->setVariable(
"ID", $a_set[
"profile_id"]);
140 $tpl->setVariable(
"CONTEXT",
$lng->txt(
"skmg_context_local"));
142 $tpl->setVariable(
"CONTEXT",
$lng->txt(
"skmg_context_global"));
145 $ctrl->setParameter($this->parent_obj,
"profile_id", $a_set[
"profile_id"]);
146 $ctrl->setParameterByClass(
"ilskillprofilegui",
"sprof_id", $a_set[
"profile_id"]);
147 $ctrl->setParameterByClass(
"ilskillprofilegui",
"local_context",
true);
153 $ctrl->getLinkTargetByClass(
"ilskillprofilegui",
"showLevelsWithLocalContext")
157 $ctrl->getLinkTarget($this->parent_obj,
"confirmDeleteSingleLocalProfile")
164 $ctrl->getLinkTarget($this->parent_obj,
"confirmRemoveSingleGlobalProfile")
169 $dropdown = $this->ui_factory->dropdown()->standard($items)->withLabel(
$lng->txt(
"actions"));
fillRow($a_set)
Fill table row.
Skill management settings.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
TableGUI class for competence profiles in containers.
Global competence profiles of a container.
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
getProfiles()
Get profiles.
static lookupRefId($a_id)
setRowTemplate($a_template, $a_template_dir="")
Set row template.
$container_global_profiles
Local competence profiles of a container.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
$container_local_profiles
__construct( $a_parent_obj, $a_parent_cmd, ilContainerGlobalProfiles $a_cont_glb_profiles, ilContainerLocalProfiles $a_cont_lcl_profiles)
Constructor.
static lookupTitle($a_id)
Lookup title.