3 require_once(
"./Services/Object/classes/class.ilObjectListGUI.php");
24 $this->static_link_enabled =
true;
25 $this->delete_enabled =
true;
26 $this->cut_enabled =
true;
27 $this->info_screen_enabled =
true;
28 $this->copy_enabled =
false;
29 $this->subscribe_enabled =
false;
30 $this->link_enabled =
false;
31 $this->payment_enabled =
false;
34 $this->gui_class_name =
"ilobjorgunitgui";
37 include_once(
'./Modules/OrgUnit/classes/class.ilObjOrgUnitAccess.php');
63 if ($this->std_cmd_only)
67 $cmd_link = $this->ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary");
70 $this->
insertCommand($cmd_link, $this->lng->txt(
"info_short"), $cmd_frame,
76 $this->ctrl->setParameterByClass(
"ilobjorgunitgui",
"ref_id", $this->ref_id);
77 return $this->ctrl->getLinkTargetByClass(
"ilobjorgunitgui", $a_cmd);
ilObjectListGUI()
constructor
insertTimingsCommand()
no timing commands needed in orgunits.
insertCommand($a_href, $a_text, $a_frame="", $a_img="", $a_cmd="", $a_onclick="")
insert command button
insertCommonSocialCommands()
no social commands needed in orgunits.
getCommandFrame($a_cmd)
Get command target frame.
_getCommands()
get commands
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
insertInfoScreenCommand()
insert info screen command
Class ilObjOrgUnitListGUI.