From 3ae49863cc01b2364715b9828f22a79caba632d6 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 12 Jan 2018 15:54:35 -0500 Subject: [PATCH] RT# 78617 - added alert code that can be placed on any page. --- httemplate/elements/alert.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 httemplate/elements/alert.html diff --git a/httemplate/elements/alert.html b/httemplate/elements/alert.html new file mode 100644 index 000000000..620588b0c --- /dev/null +++ b/httemplate/elements/alert.html @@ -0,0 +1,4 @@ +% if ( $cgi->param('alert') ) { + <% mt($cgi->param('alert')) |h %> +

+% } \ No newline at end of file -- 2.11.0