2 include_once(
"./Services/Form/classes/class.ilPropertyFormGUI.php");
3 include_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();
__construct()
Constructor.
ilSkinXml holds an manages the basic data of a skin as provide by the template of the skin...
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
addStyle(ilSkinXML $skin, ilSkinStyleXML $style)