34 $ilCtrl = $DIC->ctrl();
35 $lng = $DIC->language();
38 $this->
ctrl = $ilCtrl;
40 $this->multi_srt = $a_parent_obj->multi_srt;
41 $this->
lng->loadLanguageModule(
"meta");
43 $this->
setId(
"mob_msrt_upload");
46 $this->
setData($this->multi_srt->getMultiSrtFiles());
47 $this->
setTitle($this->
lng->txt(
"cont_multi_srt_files"));
54 $this->
setRowTemplate(
"tpl.mob_multi_srt_confirmation_row.html",
"components/ILIAS/MediaObjects");
60 protected function fillRow(array $a_set): void
64 if ($a_set[
"lang"] !=
"") {
65 $language =
$lng->
txt(
"meta_l_" . $a_set[
"lang"]);
66 $this->tpl->setVariable(
"LANGUAGE", $language);
68 if ($a_set[
"mob"] !=
"") {
69 $this->tpl->setVariable(
"MEDIA_OBJECT", $a_set[
"mob_title"]);
71 $this->tpl->setVariable(
"MEDIA_OBJECT",
"-");
73 $this->tpl->setVariable(
"FILENAME", $a_set[
"filename"]);
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
__construct(object $a_parent_obj, string $a_parent_cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
Handler class for multi srt upload.
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
ilMobMultiSrtUpload $multi_srt