From: Christopher Burger Date: Fri, 12 Jan 2018 20:54:35 +0000 (-0500) Subject: RT# 78617 - added alert code that can be placed on any page. X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3ae49863cc01b2364715b9828f22a79caba632d6 RT# 78617 - added alert code that can be placed on any page. --- 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