Id()); $SafeEntryUrl = defaulthtmlentities($H_Entry->EntryUrl()); $SafeEntryTitle = defaulthtmlentities($H_Entry->Title()); $NotifyButton = new HtmlButton("Notify"); $NotifyButton->setIcon("Check.svg"); $NotifyButton->setLink("index.php?P=P_Blog_NotifySubscribers&ID=$SafeEntryId"); $CancelButton = new HtmlButton("Cancel"); $CancelButton->setIcon("Cross.svg"); $CancelButton->addSemanticClass("btn-danger"); $CancelButton->setLink($SafeEntryUrl); # ----- DISPLAY -------------------------------------------------------------- ?>
Are you sure you'd like to send e-mail notifications to subscribers about = $SafeEntryTitle; ?>?
= $NotifyButton->getHtml(); ?> = $CancelButton->getHtml(); ?>