5 require_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
33 $this->lng = $this->dic->language();
39 $this->form->setFormAction($action);
40 $this->form->setTitle($this->lng->txt(
'settings'));
42 $activation_checkbox =
new ilCheckboxInputGUI($this->lng->txt(
'activate'),
'activate');
44 $this->form->addItem($activation_checkbox);
46 if ($this->dic->rbac()->system()->checkAccess(
"visible,read", (
int)
$_GET[
'ref_id'])) {
48 $this->form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));