23 public function __construct($a_parent_obj, $a_parent_cmd, $a_lmme)
27 $this->ctrl = $DIC->ctrl();
28 $this->lng = $DIC->language();
29 $this->access = $DIC->access();
31 $lng = $DIC->language();
32 $ilAccess = $DIC->access();
33 $lng = $DIC->language();
37 $this->lmme = $a_lmme;
38 $entries = $this->lmme->getMenuEntries();
45 $this->
addColumn($this->lng->txt(
"link"));
46 $this->
addColumn($this->lng->txt(
"active"));
47 $this->
addColumn($this->lng->txt(
"actions"));
50 $this->
setRowTemplate(
"tpl.lm_menu_entry_row.html",
"Modules/LearningModule");
64 $ilCtrl->setParameter($this->parent_obj,
"menu_entry", $entry[
"id"]);
66 $this->tpl->setCurrentBlock(
"cmd");
67 $this->tpl->setVariable(
"HREF_CMD",
$ilCtrl->getLinkTarget($this->parent_obj,
"editMenuEntry"));
68 $this->tpl->setVariable(
"CMD", $this->lng->txt(
"edit"));
69 $this->tpl->parseCurrentBlock();
71 $this->tpl->setCurrentBlock(
"cmd");
72 $this->tpl->setVariable(
"HREF_CMD",
$ilCtrl->getLinkTarget($this->parent_obj,
"deleteMenuEntry"));
73 $this->tpl->setVariable(
"CMD", $this->lng->txt(
"delete"));
74 $this->tpl->parseCurrentBlock();
76 $ilCtrl->setParameter($this,
"menu_entry",
"");
78 $this->tpl->setVariable(
"LINK_ID", $entry[
"id"]);
80 if ($entry[
"type"] ==
"intern") {
81 $entry[
"link"] =
ILIAS_HTTP_PATH .
"/goto.php?target=" . $entry[
"link"];
85 if (!strstr($entry[
"link"],
'://') && !strstr($entry[
"link"],
'mailto:')) {
86 $entry[
"link"] =
"http://" . $entry[
"link"];
89 $this->tpl->setVariable(
"HREF_LINK", $entry[
"link"]);
90 $this->tpl->setVariable(
"LINK", $entry[
"title"]);
93 $this->tpl->setVariable(
"ACTIVE_CHECK",
"checked=\"checked\"");
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
static yn2tf($a_yn)
convert "y"/"n" to true/false