5 require_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
27 $this->lng = $DIC[
'lng'];
33 $this->form->setFormAction(
$action);
34 $this->form->setTitle($this->lng->txt(
'settings'));
36 $activation_checkbox =
new ilCheckboxInputGUI($this->lng->txt(
'activate'),
'activate');
37 $this->form->addItem($activation_checkbox);
39 $this->form->addCommandButton(
'save', $this->lng->txt(
'save'));
40 $this->form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));