24 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
50 $this->copy_enabled =
false;
51 #$this->static_link_enabled = true;
52 $this->delete_enabled =
true;
53 $this->cut_enabled =
true;
54 $this->subscribe_enabled =
true;
55 $this->link_enabled =
true;
56 $this->payment_enabled =
false;
57 $this->info_screen_enabled =
true;
59 $this->gui_class_name =
"ilobjmediapoolgui";
62 include_once(
'class.ilObjMediaPoolAccess.php');
76 function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
115 global
$lng, $ilUser;
133 if ($a_cmd ==
"infoScreen")
135 $cmd =
"&cmd=infoScreenFrameset";
139 $cmd_link =
"ilias.php?baseClass=ilMediaPoolPresentationGUI".
140 "&ref_id=".$this->ref_id.
'&cmd='.$a_cmd;