35 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
true)
39 $this->lng = $DIC->language();
41 $this->ctrl = $DIC->ctrl();
42 $this->access = $DIC->access();
44 $this->
ui = $DIC->ui();
45 $this->request = $DIC->http()->request();
50 $this->lng->loadLanguageModule(
"prtf");
61 $next_class = $this->ctrl->getNextClass($this);
62 $cmd = $this->ctrl->getCmd();
66 switch ($next_class) {
67 case 'ilpermissiongui':
68 $this->tabs_gui->activateTab(
'perm_settings');
70 $this->ctrl->forwardCommand($perm_gui);
74 if (!$cmd || $cmd ==
'view') {
75 $cmd =
"editSettings";
99 $lng->txt(
"settings"),
100 $this->ctrl->getLinkTarget($this,
"editSettings")
104 $lng->txt(
"prtf_decl_authorship"),
105 $this->ctrl->getLinkTarget($this,
"editDeclarationOfAuthorship")
112 $lng->txt(
"perm_settings"),
113 $this->ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm")
127 $this->tabs_gui->activateTab(
'settings');
143 $this->tpl->setContent($a_form->getHTML());
158 if ($form->checkInput()) {
159 $ilSetting->set(
'user_portfolios', (
int) $form->getInput(
"prtf"));
161 $banner = (bool) $form->getInput(
"banner");
164 $prfa_set->set(
"banner", $banner);
165 $prfa_set->set(
"banner_width", (
int) $form->getInput(
"width"));
166 $prfa_set->set(
"banner_height", (
int) $form->getInput(
"height"));
167 $prfa_set->set(
"mask", (
bool) $form->getInput(
"mask"));
168 $prfa_set->set(
"mycrs", (
bool) $form->getInput(
"mycrs"));
170 ilUtil::sendSuccess($this->lng->txt(
"settings_saved"),
true);
171 $ilCtrl->redirect($this,
"editSettings");
174 $form->setValuesByPost();
185 $ilCtrl->redirect($this,
"view");
200 $form->setFormAction($this->ctrl->getFormAction($this));
201 $form->setTitle($this->lng->txt(
'prtf_settings'));
203 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
204 $form->addCommandButton(
'saveSettings', $this->lng->txt(
'save'));
205 $form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));
209 $lng->loadLanguageModule(
'pd');
210 $lng->loadLanguageModule(
'user');
213 $prtf_prop->setInfo(
$lng->txt(
'user_portfolios_desc'));
214 $prtf_prop->setChecked((
$ilSetting->get(
'user_portfolios') ?
'1' :
'0'));
215 $form->addItem($prtf_prop);
220 $banner->
setInfo(
$lng->txt(
"prtf_preview_banner_info"));
221 $form->addItem($banner);
226 $banner->addSubItem($width);
231 $banner->addSubItem($height);
233 $banner->setChecked($prfa_set->get(
"banner",
false));
234 if ($prfa_set->get(
"banner")) {
235 $width->setValue($prfa_set->get(
"banner_width"));
236 $height->setValue($prfa_set->get(
"banner_height"));
238 $width->setValue(1370);
239 $height->setValue(100);
250 $this->ctrl->setParameter($gui,
"ref_id", $gui->object->getRefId());
251 $link = $this->ctrl->getLinkTarget($gui);
252 $ne->
setValue(
"<a href='$link'> >> " . $this->lng->txt(
"settings") .
"</a>");
256 $mycourses->
setInfo(
$lng->txt(
"prtf_allow_my_courses_info"));
257 $mycourses->setChecked($prfa_set->get(
"mycrs",
true));
258 $form->addItem($mycourses);
267 switch ($a_form_id) {
272 return array(array(
"editSettings", $fields));
286 $renderer =
$ui = $this->
ui->renderer();
289 $this->tabs_gui->activateTab(
"authorship");
291 $main_tpl->setContent($renderer->render($form));
305 $lng->loadLanguageModule(
"meta");
307 foreach (
$lng->getInstalledLanguages() as $l) {
309 if (
$lng->getDefaultLanguage() == $l) {
310 $txt .=
" (" .
$lng->txt(
"default") .
")";
312 $fields[
"decl_" . $l] =
$f->input()->field()->textarea(
$txt)
313 ->withRequired(
false)
314 ->withValue((
string) $this->declaration_authorship->getForLanguage($l));
318 $section1 =
$f->input()->field()->section($fields,
$lng->txt(
"prtf_decl_authorship"),
"");
320 $form_action =
$ctrl->getLinkTarget($this,
"saveAuthorship");
321 return $f->input()->container()->form()->standard($form_action, [
"sec" => $section1]);
335 if (
$request->getMethod() ==
"POST") {
336 $form = $form->withRequest(
$request);
337 $data = $form->getData();
338 if (is_array(
$data[
"sec"])) {
339 foreach (
$lng->getInstalledLanguages() as $l) {
340 $this->declaration_authorship->setForLanguage($l,
$data[
"sec"][
"decl_" . $l]);
349 $ctrl->redirect($this,
"editDeclarationOfAuthorship");
editDeclarationOfAuthorship()
Edit declaration of authorship.
editSettings($a_form=null)
Edit settings.
setValue($a_value)
Set Value.
initFormSettings()
Init settings property form.
Declaration of authorship (data gateway)
Portfolio Administration Settings.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
Contructor.
prepareOutput($a_show_subobjects=true)
prepare output
executeCommand()
Execute command.
Class ilObjectGUI Basic methods of all Output classes.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
This class represents a non editable value in a property form.
addToExternalSettingsForm($a_form_id)
__construct(Container $dic, ilPlugin $plugin)
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.
saveSettings()
Save settings.
saveAuthorship()
Save authorship.
checkPermissionBool($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
Check permission.
initAuthorshipForm()
Init authorship form.