5 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
22 $this->copy_enabled =
true;
23 #$this->static_link_enabled = true; 24 $this->delete_enabled =
true;
25 $this->cut_enabled =
true;
26 $this->subscribe_enabled =
true;
27 $this->link_enabled =
true;
28 $this->info_screen_enabled =
true;
30 $this->gui_class_name =
"ilobjmediapoolgui";
33 include_once(
'Modules/MediaPool/classes/class.ilObjMediaPoolAccess.php');
46 public function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
48 parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
102 if ($a_cmd ==
"infoScreen") {
103 $cmd =
"&cmd=infoScreenFrameset";
107 $cmd_link =
"ilias.php?baseClass=ilMediaPoolPresentationGUI" .
108 "&ref_id=" . $this->ref_id .
'&cmd=' . $a_cmd;