4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
20 function __construct($a_parent_obj, $a_parent_cmd, $a_incl_desc =
true)
25 $this->incl_desc = $a_incl_desc;
30 $this->
addColumn($this->lng->txt(
"language"),
"",
"");
31 $this->
addColumn($this->lng->txt(
"default"),
"",
"");
32 $this->
addColumn($this->lng->txt(
"title"),
"",
"");
35 $this->
addColumn($this->lng->txt(
"description"),
"",
"");
41 $this->
setRowTemplate(
"tpl.obj_translation_row.html",
"Services/Object");
75 $this->tpl->setCurrentBlock(
"desc_row");
77 $this->tpl->setVariable(
"DNR", $this->nr);
78 $this->tpl->parseCurrentBlock();
81 $this->tpl->setVariable(
"NR", $this->nr);
84 include_once(
'Services/MetaData/classes/class.ilMDLanguageItem.php');
86 $this->tpl->setVariable(
"LANG_SELECT",
90 if ($a_set[
"default"])
92 $this->tpl->setVariable(
"DEF_CHECKED",
"checked=\"checked\"");