RT# 78617 - added alert code that can be placed on any page.
authorChristopher Burger <burgerc@freeside.biz>
Fri, 12 Jan 2018 20:54:35 +0000 (15:54 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Sat, 13 Jan 2018 17:49:09 +0000 (12:49 -0500)
httemplate/elements/alert.html [new file with mode: 0644]

diff --git a/httemplate/elements/alert.html b/httemplate/elements/alert.html
new file mode 100644 (file)
index 0000000..620588b
--- /dev/null
@@ -0,0 +1,4 @@
+% if ( $cgi->param('alert') ) { 
+  <FONT SIZE="+1" COLOR="#008000"><% mt($cgi->param('alert')) |h %></FONT>
+  <BR><BR>
+% } 
\ No newline at end of file