2include_once(
"./Services/Form/classes/class.ilPropertyFormGUI.php");
3include_once(
"Services/Utilities/classes/class.ilConfirmationTableGUI.php");
35 $this->lng =
$DIC->language();
36 $this->ctrl =
$DIC->ctrl();
45 $this->styles[] = array(
46 "var" =>
"style_" . $skin->
getId() .
":" . $style->
getId(),
47 "id" => $skin->
getId() .
":" . $style->
getId(),
61 $table_form->setFormName(
"delete_style");
63 $table_form->addCommandButton(
'confirmDelete', $this->lng->txt(
'confirm'));
64 $table_form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));
65 $table_form->setFormAction($this->ctrl->getFormActionByClass(
"ilSystemStyleOverviewGUI"));
67 return $table_form->getHTML();
An exception for terminatinating execution or to throw for unit testing.
ilSkinXml holds an manages the basic data of a skin as provide by the template of the skin.
__construct()
Constructor.
addStyle(ilSkinXML $skin, ilSkinStyleXML $style)
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)