[freeside-commits] branch master updated. 3b8a45fc69d6ed00c60afc10a20873623635938b

Christopher Burger burgerc at freeside.biz
Fri Jan 12 12:55:43 PST 2018


The branch, master has been updated
       via  3b8a45fc69d6ed00c60afc10a20873623635938b (commit)
      from  7c2e37568823941b026b990c4db3bccd413d2d6e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b8a45fc69d6ed00c60afc10a20873623635938b
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri Jan 12 15:54:35 2018 -0500

    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') ) { 
+  <FONT SIZE="+1" COLOR="#008000"><% mt($cgi->param('alert')) |h %></FONT>
+  <BR><BR>
+% } 
\ No newline at end of file

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/alert.html | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 httemplate/elements/alert.html




More information about the freeside-commits mailing list