5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
26 $this->
setData($a_mob->getSrtFiles());
27 $this->
setTitle($lng->txt(
"mob_subtitle_files"));
30 $this->
addColumn($this->lng->txt(
"mob_file"));
31 $this->
addColumn($this->lng->txt(
"mob_language"));
34 $this->
setRowTemplate(
"tpl.srt_files_row.html",
"Services/MediaObjects");
47 $this->tpl->setVariable(
"FILE_NAME", $a_set[
"full_path"]);
48 $this->tpl->setVariable(
"LANGUAGE", $lng->txt(
"meta_l_".$a_set[
"language"]));
49 $this->tpl->setVariable(
"LANG_KEY", $a_set[
"language"]);