5include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   24                $lng->loadLanguageModule(
"meta");
 
   26                parent::__construct($a_parent_obj, $a_parent_cmd);
 
   27                $this->
setTitle($lng->txt(
"cont_languages"));
 
   30                $this->
addColumn($this->lng->txt(
"cont_language"));
 
   49                if (!$a_set[
"master"])
 
   51                        $this->tpl->setCurrentBlock(
"cb");
 
   52                        $this->tpl->setVariable(
"CB_LANG", $a_set[
"lang"]);
 
   53                        $this->tpl->parseCurrentBlock();
 
   57                        $this->tpl->setVariable(
"ML", 
"(".
$lng->txt(
"cont_master_lang").
")");
 
   59                $this->tpl->setVariable(
"LANG", 
$lng->txt(
"meta_l_".$a_set[
"lang"]));
 
fillRow($a_set)
Fill table row.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.