48 public function __construct($a_parent_gui, $a_obj_id, $a_modes)
52 $this->ctrl = $DIC->ctrl();
53 $this->gui = $a_parent_gui;
54 $this->modes = $a_modes;
55 $this->obj_id = $a_obj_id;
68 $next_class =
$ilCtrl->getNextClass($this);
69 $cmd =
$ilCtrl->getCmd(
'editSettings');
71 switch ($next_class) {
89 $lng = $DIC->language();
91 $lng->loadLanguageModule(
"obj");
94 if (in_array(self::INFO_TAB_VISIBILITY, $services)) {
99 self::INFO_TAB_VISIBILITY,
103 $info->setInfo(
$lng->txt(
'obj_tool_setting_info_tab_info'));
108 if (in_array(self::CALENDAR_VISIBILITY, $services)) {
109 include_once
'./Services/Calendar/classes/class.ilObjCalendarSettings.php';
114 include_once
'./Services/Calendar/classes/class.ilObjCalendarSettings.php';
117 $cal->setInfo(
$lng->txt(
'obj_tool_setting_calendar_info'));
123 if (in_array(self::USE_NEWS, $services)) {
131 $news->setChecked($checked);
132 $info =
$lng->txt(
'obj_tool_setting_use_news_info');
134 $info .=
" <a href='" .
$ilCtrl->getLinkTargetByClass(
"ilcontainernewssettingsgui",
"") .
135 "'>» " .
$lng->txt(
'obj_tool_setting_use_news_open_settings') .
"</a>";
137 $news->setInfo($info);
140 if (in_array(self::NEWS_VISIBILITY, $services)) {
141 if (
$ilSetting->get(
'block_activated_news')) {
147 self::NEWS_VISIBILITY,
151 $news->setInfo(
$lng->txt(
'obj_tool_setting_news_info'));
157 include_once
'Services/Membership/classes/class.ilMembershipNotifications.php';
164 if (in_array(self::CUSTOM_METADATA, $services)) {
166 $md->
setInfo(
$lng->txt(
'obj_tool_setting_custom_metadata_info'));
170 self::CUSTOM_METADATA,
177 if (in_array(self::TAG_CLOUD, $services)) {
179 if ($tags_active->get(
"enable",
false)) {
181 $tag->
setInfo(
$lng->txt(
'obj_tool_setting_tag_cloud_info'));
193 if (in_array(self::TAXONOMIES, $services)) {
205 if (in_array(self::AUTO_RATING_NEW_OBJECTS, $services)) {
206 $lng->loadLanguageModule(
"rating");
212 $rate->setInfo(
$lng->txt(
'rating_new_objects_auto_info'));
215 self::AUTO_RATING_NEW_OBJECTS,
222 if (in_array(self::BADGES, $services)) {
223 include_once
'Services/Badge/classes/class.ilBadgeHandler.php';
226 $bdg->
setInfo(
$lng->txt(
'obj_tool_setting_badges_info'));
236 if (in_array(self::ORGU_POSITION_ACCESS, $services)) {
241 $position_settings->isActive()
245 self::ORGU_POSITION_ACCESS
247 $lia->setInfo(
$GLOBALS[
'DIC']->
language()->txt(
'obj_orgunit_positions_info'));
252 if (!$position_settings->isChangeableForObject()) {
253 $lia->setDisabled(
true);
260 if (in_array(self::SKILLS, $services)) {
262 if ($skmg_set->get(
"enable_skmg")) {
264 $skill->
setInfo(
$lng->txt(
'obj_tool_setting_skills_info'));
276 if (in_array(self::FILTER, $services)) {
278 $filter->
setInfo(
$lng->txt(
'obj_tool_setting_filter_info'));
279 $filter->setValue(1);
287 $filter_show_empty =
new ilCheckboxInputGUI(
$lng->txt(
'obj_tool_setting_filter_empty'),
"filter_show_empty");
288 $filter_show_empty->
setInfo(
$lng->txt(
'obj_tool_setting_filter_empty_info'));
289 $filter_show_empty->setValue(1);
295 $filter->addSubItem($filter_show_empty);
298 if (in_array(self::BOOKING, $services)) {
300 $book->
setInfo(
$lng->txt(
'obj_tool_booking_info'));
326 if (in_array(self::INFO_TAB_VISIBILITY, $services)) {
327 include_once
'./Services/Container/classes/class.ilContainer.php';
332 if (in_array(self::CALENDAR_VISIBILITY, $services)) {
333 include_once
'./Services/Calendar/classes/class.ilCalendarSettings.php';
335 include_once
'./Services/Container/classes/class.ilContainer.php';
341 if (in_array(self::USE_NEWS, $services)) {
342 include_once
'./Services/Container/classes/class.ilContainer.php';
345 if (in_array(self::NEWS_VISIBILITY, $services)) {
346 include_once
'./Services/Container/classes/class.ilContainer.php';
352 include_once
"Services/Membership/classes/class.ilMembershipNotifications.php";
358 if (in_array(self::AUTO_RATING_NEW_OBJECTS, $services)) {
359 include_once
'./Services/Container/classes/class.ilContainer.php';
364 if (in_array(self::TAXONOMIES, $services)) {
365 include_once
'./Services/Container/classes/class.ilContainer.php';
370 if (in_array(self::TAG_CLOUD, $services)) {
371 include_once
'./Services/Container/classes/class.ilContainer.php';
376 if (in_array(self::CUSTOM_METADATA, $services)) {
377 include_once
'./Services/Container/classes/class.ilContainer.php';
382 if (in_array(self::BADGES, $services)) {
383 include_once
'Services/Badge/classes/class.ilBadgeHandler.php';
385 include_once
'./Services/Container/classes/class.ilContainer.php';
391 if (in_array(self::BOOKING, $services)) {
392 include_once
'./Services/Container/classes/class.ilContainer.php';
397 if (in_array(self::ORGU_POSITION_ACCESS, $services)) {
402 if ($position_settings->isActive() && $position_settings->isChangeableForObject()) {
404 $orgu_object_settings->setActive(
405 (
int) $form->
getInput(self::ORGU_POSITION_ACCESS)
407 $orgu_object_settings->update();
412 if (in_array(self::SKILLS, $services)) {
414 if ($skmg_set->get(
"enable_skmg")) {
415 include_once
'./Services/Container/classes/class.ilContainer.php';
421 if (in_array(self::FILTER, $services)) {
422 include_once
'./Services/Container/classes/class.ilContainer.php';
452 $ilCtrl->returnToParent($this);
463 $tpl = $DIC->ui()->mainTemplate();
466 $form = $this->initSettingsForm();
468 $tpl->setContent($form->getHTML());
479 $lng = $DIC->language();
482 $form = $this->initSettingsForm();
483 if ($form->checkInput()) {
484 include_once
'./Services/Calendar/classes/class.ilCalendarSettings.php';
490 ilUtil::sendSuccess(
$lng->txt(
'settings_saved'),
true);
491 $ctrl->redirect($this);
495 $form->setValuesByPost();
506 return in_array($a_mode, $this->
getModes());
static _getInstance()
get singleton instance
Stores object activation status of orgunit position settings.
executeCommand()
Control class handling.
const CALENDAR_VISIBILITY
isModeActive($a_mode)
Check if specific mode is active.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
static lookupCalendarActivated($a_obj_id)
updateToolSettings()
Update settings.
static _getAllReferences($a_id)
get all reference ids of object
static getInstance()
Get instance.
__construct($a_parent_gui, $a_obj_id, $a_modes)
Constructor.
static addToSettingsForm($a_ref_id, ilPropertyFormGUI $a_form=null, ilFormPropertyGUI $a_input=null)
Add notification settings to form.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static updateServiceSettingsForm($a_obj_id, ilPropertyFormGUI $form, $services)
Update service settings.
static _lookupType($a_id, $a_reference=false)
lookup object type
const AUTO_RATING_NEW_OBJECTS
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
static initServiceSettingsForm($a_obj_id, ilPropertyFormGUI $form, $services)
Init service settings form.
const INFO_TAB_VISIBILITY
static _writeContainerSetting($a_id, $a_keyword, $a_value)
editSettings(ilPropertyFormGUI $form=null)
Edit tool settings (calendar, news, comments, ...)
GUI class for service settings (calendar, notes, comments)
const ORGU_POSITION_ACCESS
static importFromForm($a_ref_id, ilPropertyFormGUI $a_form=null)
Import notification settings from form.
static _lookupContainerSetting($a_id, $a_keyword, $a_default_value=null)
Lookup a container setting.
getModes()
Get active modes.
static getInstance()
Constructor.