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