setIcon("Disk.svg"); $SaveButton->setSize(HtmlButton::SIZE_SMALL); $SaveButton->makeSubmitButton(); $DeleteButton = new HtmlButton("Delete Classification"); $DeleteButton->setIcon("Delete.svg"); $DeleteButton->setSize(HtmlButton::SIZE_SMALL); $DeleteButton->makeSubmitButton(); $ConfirmButton = new HtmlButton("Confirm Delete Classification"); $ConfirmButton->setIcon("Delete.svg"); $ConfirmButton->setSize(HtmlButton::SIZE_SMALL); $ConfirmButton->makeSubmitButton(); $CancelButton = new HtmlButton("Cancel"); $CancelButton->setIcon("Cross.svg"); $CancelButton->setSize(HtmlButton::SIZE_SMALL); $CancelButton->addSemanticClass("btn-danger"); $CancelButton->makeSubmitButton(); # ----- DISPLAY -------------------------------------------------------------- PageTitle($H_ConfirmDelete ? "Confirm Delete Classification" : "Edit Classification"); ?>
The following classifications below = $H_Class->FullName() ?> will also be deleted:
= implode("Caution: Removing a classifier and its descendants cannot be undone.