4 include_once
"./Services/Object/classes/class.ilObjectGUI.php" ;
5 include_once
"./Services/Administration/classes/class.ilAdministrationSettingsFormHandler.php" ;
20 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
true)
26 $this->lng->loadLanguageModule(
"grp");
27 $this->lng->loadLanguageModule(
'mem');
30 abstract protected function getType();
56 $next_class = $this->ctrl->getNextClass($this);
57 $cmd = $this->ctrl->getCmd();
61 if (!$DIC->rbac()->system()->checkAccess(
"visible,read", $this->object->getRefId())) {
62 $DIC[
'ilErr']->raiseError($this->lng->txt(
"no_permission"), $DIC[
'ilErr']->WARNING);
65 switch ($next_class) {
66 case 'ilpermissiongui':
67 $this->tabs_gui->setTabActive(
"perm_settings");
68 include_once
"Services/AccessControl/classes/class.ilPermissionGUI.php";
70 $this->ctrl->forwardCommand($perm_gui);
73 case 'ilmemberexportsettingsgui':
74 $this->
setSubTabs(
'settings', self::SUB_TAB_PRINT_VIEW);
75 include_once
'./Services/Membership/classes/Export/class.ilMemberExportSettingsGUI.php';
77 $this->ctrl->forwardCommand($settings_gui);
80 case 'iluseractionadmingui':
81 include_once(
"./Services/User/Actions/classes/class.ilUserActionAdminGUI.php");
82 include_once(
"./Services/User/Gallery/classes/class.ilGalleryUserActionContext.php");
86 $this->ctrl->forwardCommand($gui);
90 if (!$cmd || $cmd ==
"view") {
91 $cmd =
"editSettings";
105 if (
$rbacsystem->checkAccess(
"visible,read", $this->object->getRefId())) {
106 $this->tabs_gui->addTarget(
108 $this->ctrl->getLinkTarget($this,
"editSettings"),
109 array(
"editSettings",
"view")
113 if (
$rbacsystem->checkAccess(
"edit_permission", $this->object->getRefId())) {
114 $this->tabs_gui->addTarget(
116 $this->ctrl->getLinkTargetByClass(
"ilpermissiongui",
"perm"),
125 $this->
setSubTabs(
'settings', self::SUB_TAB_GENERAL_SETTINGS);
126 $this->tabs_gui->setTabActive(
'settings');
131 $this->tpl->setContent($a_form->getHTML());
140 if ($form->checkInput()) {
141 if ($this->
save($form)) {
144 (
int) $form->getInput(
'mail_member_notification')
149 (
int) $form->getInput(
'mail_admin_notification')
154 ilUtil::sendSuccess($this->lng->txt(
"settings_saved"),
true);
155 $this->ctrl->redirect($this,
"editSettings");
159 $form->setValuesByPost();
168 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
170 $form->setFormAction($this->ctrl->getFormAction($this,
"saveSettings"));
171 $form->setTitle($this->lng->txt(
"settings"));
175 $this->lng->loadLanguageModule(
"mail");
185 $sec->setTitle($this->lng->txt(
'mail_notification_membership_section'));
186 $form->addItem($sec);
189 $cn =
new ilCheckboxInputGUI($this->lng->txt(
'mail_enable_' . $this->getParentObjType() .
'_member_notification'),
'mail_member_notification');
190 $cn->setInfo($this->lng->txt(
'mail_enable_' . $this->getParentObjType() .
'_member_notification_info'));
191 $cn->setChecked($this->
settings->get(
'mail_' . $this->getParentObjType() .
'_member_notification',
true));
195 $an =
new ilCheckboxInputGUI($this->lng->txt(
'mail_enable_' . $this->getParentObjType() .
'_admin_notification'),
'mail_admin_notification');
196 $an->setInfo($this->lng->txt(
'mail_enable_' . $this->getParentObjType() .
'_admin_notification_info'));
197 $an->setChecked($this->
settings->get(
'mail_' . $this->getParentObjType() .
'_admin_notification',
true));
200 if ($this->access->checkAccess(
"write",
"", $this->object->getRefId())) {
201 $form->addCommandButton(
"saveSettings", $this->lng->txt(
"save"));
202 $form->addCommandButton(
"view", $this->lng->txt(
"cancel"));
210 switch ($a_form_id) {
213 $this->lng->loadLanguageModule(
"mail");
220 return array(array(
"editSettings", $fields));
241 if ($a_main_tab ==
'settings') {
242 $GLOBALS[
'DIC'][
'ilTabs']->addSubTab(
243 self::SUB_TAB_GENERAL_SETTINGS,
244 $GLOBALS[
'DIC'][
'lng']->txt(
'mem_settings_tab_' . self::SUB_TAB_GENERAL_SETTINGS),
245 $GLOBALS[
'DIC'][
'ilCtrl']->getLinkTarget($this,
'editSettings')
247 $GLOBALS[
'DIC'][
'ilTabs']->addSubTab(
248 self::SUB_TAB_PRINT_VIEW,
249 $GLOBALS[
'DIC'][
'lng']->txt(
'mem_settings_tab_' . self::SUB_TAB_PRINT_VIEW),
250 $GLOBALS[
'DIC'][
'ilCtrl']->getLinkTargetByClass(
'ilMemberExportSettingsGUI',
'printViewSettings')
252 $GLOBALS[
'DIC'][
'ilTabs']->addSubTab(
254 $GLOBALS[
'DIC'][
'lng']->txt(
"mmbr_gallery_user_actions"),
255 $GLOBALS[
'DIC'][
'ilCtrl']->getLinkTargetByClass(
"iluseractionadmingui")
258 $GLOBALS[
'DIC'][
'ilTabs']->activateTab($a_main_tab);
259 $GLOBALS[
'DIC'][
'ilTabs']->activateSubTab($a_active_tab);
setSubTabs($a_main_tab, $a_active_tab)
Set sub tabs.
User action administration GUI class.
addChildContentsTo($form)
Gallery context for user actions.
prepareOutput($a_show_subobjects=true)
prepare output
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
save(ilPropertyFormGUI $a_form)
Class ilObjectGUI Basic methods of all Output classes.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
addToExternalSettingsForm($a_form_id)
getAdministrationFormId()
__construct(Container $dic, ilPlugin $plugin)
Membership Administration Settings.
checkPermission($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
Check permission and redirect on error.
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
const SUB_TAB_GENERAL_SETTINGS
addFieldsToForm(ilPropertyFormGUI $a_form)
getChildSettingsInfo($a_form_id)
editSettings(ilPropertyFormGUI $a_form=null)