5include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   31                $this->copy_enabled = 
true;
 
   32                #$this->static_link_enabled = true; 
   33                $this->delete_enabled = 
true;
 
   34                $this->cut_enabled = 
true;
 
   35                $this->subscribe_enabled = 
true;
 
   36                $this->link_enabled = 
true;
 
   37                $this->payment_enabled = 
false;
 
   38                $this->info_screen_enabled = 
true;
 
   40                $this->gui_class_name = 
"ilobjmediapoolgui";
 
   43                include_once(
'Modules/MediaPool/classes/class.ilObjMediaPoolAccess.php');
 
   57        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   59                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
  114                if ($a_cmd == 
"infoScreen")
 
  116                        $cmd = 
"&cmd=infoScreenFrameset";
 
  120                $cmd_link = 
"ilias.php?baseClass=ilMediaPoolPresentationGUI".
 
  121                        "&ref_id=".$this->ref_id.
'&cmd='.$a_cmd;
 
ilObjectListGUI()
constructor