24 require_once
"./Services/Container/classes/class.ilContainerGUI.php";
45 $this->
ilObjectGUI($a_data,$a_id,$a_call_by_reference,
false);
76 include_once(
"./Services/Repository/classes/class.ilRepUtilGUI.php");
78 $ru->removeObjectsFromSystem(
$_POST[
"id"],
true);
79 $this->ctrl->redirect($this,
"view");
84 $next_class = $this->ctrl->getNextClass($this);
85 $cmd = $this->ctrl->getCmd();
90 case 'ilpermissiongui':
91 include_once(
"Services/AccessControl/classes/class.ilPermissionGUI.php");
93 $ret =& $this->ctrl->forwardCommand($perm_gui);
112 $this->sub_objects =
"";
122 "cut" => array(
"name" =>
"cut",
"lng" =>
"cut"),
123 "clear" => array(
"name" =>
"clear",
"lng" =>
"clear"),
124 "removeFromSystem" => array(
"name" =>
"removeFromSystem",
"lng" =>
"btn_remove_system")