19 declare(strict_types=1);
31 $this->main_tpl = $DIC->ui()->mainTemplate();
40 'id' => $skin->
getId() .
':' . $style->
getId(),
49 $this->main_tpl->setOnScreenMessage(
'question', $this->
lng->txt(
'info_delete_sure'),
true);
52 $table_form->setFormName(
'delete_style');
54 $table_form->addCommandButton(
'confirmDelete', $this->
lng->txt(
'confirm'));
55 $table_form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
56 $table_form->setFormAction($this->
ctrl->getFormActionByClass(
'ilSystemStyleOverviewGUI'));
57 $table_form->setData($this->styles);
58 return $table_form->getHTML();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addStyle(ilSkin $skin, ilSkinStyle $style, string $img_path)
__construct(ilLanguage $lng, ilCtrl $ctrl)
ilGlobalTemplateInterface $main_tpl
ilSkin holds an manages the basic data of a skin as provide by the template of the skin...