5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
29 foreach ($a_lm->getAutoGlossaries() as $glo_id)
34 $this->
setTitle($lng->txt(
"cont_auto_glossaries"));
36 $this->
addColumn($this->lng->txt(
"title"),
"title");
37 $this->
addColumn($this->lng->txt(
"actions"));
40 $this->
setRowTemplate(
"tpl.lm_glossary_row.html",
"Modules/LearningModule");
53 $ilCtrl->setParameter($this->parent_obj,
"glo_id", $a_set[
"glo_id"]);
54 $this->tpl->setCurrentBlock(
"cmd");
55 $this->tpl->setVariable(
"CMD_HREF", $ilCtrl->getLinkTarget($this->parent_obj,
"removeLMGlossary"));
56 $this->tpl->setVariable(
"CMD_TXT", $lng->txt(
"remove"));
57 $this->tpl->parseCurrentBlock();