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();
44 $this->styles[] = array(
45 "var" =>
"style_".$skin->
getId().
":".
$style->getId(),
59 $table_form->setFormName(
"delete_style");
61 $table_form->addCommandButton(
'confirmDelete', $this->lng->txt(
'confirm'));
62 $table_form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));
63 $table_form->setFormAction($this->ctrl->getFormActionByClass(
"ilSystemStyleOverviewGUI"));
65 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)