5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
29 $this->ctrl = $DIC->ctrl();
30 $this->lng = $DIC->language();
32 $lng = $DIC->language();
33 $lng = $DIC->language();
35 $lng->loadLanguageModule(
"meta");
37 parent::__construct($a_parent_obj, $a_parent_cmd);
41 $this->
addColumn($this->lng->txt(
"cont_language"));
60 if (!$a_set[
"master"]) {
61 $this->tpl->setCurrentBlock(
"cb");
62 $this->tpl->setVariable(
"CB_LANG", $a_set[
"lang"]);
63 $this->tpl->parseCurrentBlock();
65 $this->tpl->setVariable(
"ML",
"(" .
$lng->txt(
"cont_master_lang") .
")");
67 $this->tpl->setVariable(
"LANG",
$lng->txt(
"meta_l_" . $a_set[
"lang"]));
fillRow($a_set)
Fill table row.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
addMultiCommand($a_cmd, $a_text)
Add Command button.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
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.