35 bool $a_call_by_reference =
true,
36 bool $a_prepare_output =
true 40 $this->rbacsystem = $DIC->rbac()->system();
41 $this->
ctrl = $DIC->ctrl();
42 $this->
lng = $DIC->language();
46 $this->
lng->loadLanguageModule(
"awrn");
47 $this->
lng->loadLanguageModule(
"pd");
48 $this->
lng->loadLanguageModule(
"usr");
49 $this->admin_manager = $DIC->awareness()
52 ->admin($this->requested_ref_id);
57 $next_class = $this->
ctrl->getNextClass($this);
58 $cmd = $this->
ctrl->getCmd();
62 switch ($next_class) {
63 case 'iluseractionadmingui':
66 $this->tabs_gui->setTabActive(
'settings');
68 $this->
ctrl->forwardCommand($gui);
71 case 'ilpermissiongui':
72 $this->tabs_gui->setTabActive(
'perm_settings');
74 $this->
ctrl->forwardCommand($perm_gui);
78 if (!$cmd || $cmd ==
'view') {
79 $cmd =
"editSettings";
89 $rbacsystem = $this->rbacsystem;
91 if ($rbacsystem->checkAccess(
"visible,read", $this->object->getRefId())) {
92 $this->tabs_gui->addTab(
94 $this->
lng->txt(
"settings"),
95 $this->
ctrl->getLinkTarget($this,
"editSettings")
99 if ($rbacsystem->checkAccess(
'edit_permission', $this->object->getRefId())) {
100 $this->tabs_gui->addTab(
102 $this->
lng->txt(
"perm_settings"),
103 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm")
110 $this->tabs_gui->addSubTab(
112 $this->
lng->txt(
"settings"),
113 $this->
ctrl->getLinkTarget($this,
"editSettings")
116 $this->tabs_gui->addSubTab(
118 $this->
lng->txt(
"user_actions"),
119 $this->
ctrl->getLinkTargetByClass(
"iluseractionadmingui")
122 $this->tabs_gui->activateSubTab($a_id);
131 $this->tabs_gui->setTabActive(
'settings');
137 $this->tpl->setContent($a_form->getHTML());
151 if ($form->checkInput()) {
153 $awrn_set->set(
"awrn_enabled", (
bool) $form->getInput(
"enable_awareness"));
155 $p = (
int) $form->getInput(
"caching_period");
159 $awrn_set->set(
"caching_period", $p);
161 $awrn_set->set(
"max_nr_entries", (
int) $form->getInput(
"max_nr_entries"));
162 $awrn_set->set(
"use_osd", (
int) $form->getInput(
"use_osd"));
165 $pd_set->set(
"user_activity_time", (
int) $form->getInput(
"time_removal"));
167 $prov = $this->admin_manager->getAllUserProviders();
168 foreach ($prov as $p) {
169 $this->admin_manager->setActivationMode(
171 (
int) $form->getInput(
"up_act_mode_" . $p->getProviderId())
175 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
176 $ilCtrl->redirect($this,
"editSettings");
179 $form->setValuesByPost();
198 $form->setFormAction($this->
ctrl->getFormAction($this));
199 $form->setTitle($this->
lng->txt(
'awareness_settings'));
202 $form->addCommandButton(
'saveSettings', $this->
lng->txt(
'save'));
203 $form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
210 $en->setChecked($awrn_set->get(
"awrn_enabled",
false));
214 $ti->
setInfo($this->
lng->txt(
"awrn_caching_period_info"));
215 $ti->setSuffix($this->
lng->txt(
"awrn_seconds"));
217 $ti->setMaxLength(6);
218 $ti->setValue($awrn_set->get(
"caching_period"));
219 $en->addSubItem($ti);
223 $ti->
setInfo($this->
lng->txt(
"awrn_max_nr_entries_info"));
225 $ti->setMaxLength(3);
227 $ti->setMaxValue(200);
228 $ti->setValue($awrn_set->get(
"max_nr_entries"));
229 $en->addSubItem($ti);
234 $lng->
txt(
"awrn_max_inactivity"),
238 if ($pd_set->get(
"user_activity_time") > 0) {
239 $ti_prop->setValue($pd_set->get(
"user_activity_time"));
241 $ti_prop->setInfo(
$lng->
txt(
"awrn_max_inactivity_info"));
242 $ti_prop->setMaxLength(3);
243 $ti_prop->setSize(3);
244 $en->addSubItem($ti_prop);
248 $osd->
setInfo($this->
lng->txt(
"awrn_use_osd_info"));
249 $osd->setChecked($awrn_set->get(
"use_osd",
true));
250 $en->addSubItem($osd);
253 $prov = $this->admin_manager->getAllUserProviders();
254 foreach ($prov as $p) {
256 $options = $this->admin_manager->getModeOptions();
257 $si =
new ilSelectInputGUI($p->getTitle(),
"up_act_mode_" . $p->getProviderId());
258 $si->setOptions($options);
259 $si->setInfo($p->getInfo());
260 $si->setValue($this->admin_manager->getActivationMode($p->getProviderId()));
261 $en->addSubItem($si);
ILIAS Awareness AdminManager $admin_manager
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...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepareOutput(bool $show_sub_objects=true)
Class ilObjectGUI Basic methods of all Output classes.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
saveSettings()
Save settings.
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
__construct( $a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
editSettings(?ilPropertyFormGUI $a_form=null)
Edit settings.