4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
5 include_once(
"./Services/Help/classes/class.ilHelpMapping.php");
26 $this->
setId(
"lm_help_tooltips");
30 include_once(
"./Services/Help/classes/class.ilHelp.php");
33 $this->
setTitle($lng->txt(
"help_tooltips"));
36 $this->
addColumn($this->lng->txt(
"help_tooltip_id"));
37 $this->
addColumn($this->lng->txt(
"help_tt_text"));
40 $this->
setRowTemplate(
"tpl.help_tooltip.html",
"Modules/LearningModule");
55 $this->tpl->setVariable(
"ID", $a_set[
"id"]);