35 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
55 $this->static_link_enabled =
true;
56 $this->delete_enabled =
true;
57 $this->cut_enabled =
true;
58 $this->copy_enabled =
false;
59 $this->subscribe_enabled =
true;
60 $this->link_enabled =
true;
61 $this->payment_enabled =
false;
62 $this->info_screen_enabled =
true;
64 $this->gui_class_name =
"ilobjglossarygui";
67 include_once(
"./Modules/Glossary/classes/class.ilObjGlossaryAccess.php");
85 $cmd_link =
"ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=".$this->ref_id;
89 $cmd_link =
"ilias.php?baseClass=ilGlossaryEditorGUI&ref_id=".$this->ref_id;
93 $cmd_link =
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=infoScreen&ref_id=".$this->ref_id;
97 $cmd_link =
"repository.php?ref_id=".$this->ref_id.
"&cmd=$a_cmd";
141 global
$lng, $rbacsystem;
145 include_once(
"./Modules/Glossary/classes/class.ilObjGlossaryAccess.php");
149 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
150 "value" => $lng->txt(
"offline"));