diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-01-12 16:52:28 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-01-14 12:01:29 -0500 |
commit | d153ff01787dbc84e5a6fc256ba42ee15ff0d816 (patch) | |
tree | d70c90eed104a65432e71755672a03b3a347fe92 /httemplate/elements | |
parent | fe8c3092f0c4210049de3a9673f70e8f4bb541be (diff) |
RT# 78617 - updated redirect to freeside_status to show update message
Conflicts:
httemplate/pref/pref-process.html
httemplate/pref/pref.html
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/alert.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/httemplate/elements/alert.html b/httemplate/elements/alert.html deleted file mode 100644 index 620588b0c..000000000 --- a/httemplate/elements/alert.html +++ /dev/null @@ -1,4 +0,0 @@ -% if ( $cgi->param('alert') ) { - <FONT SIZE="+1" COLOR="#008000"><% mt($cgi->param('alert')) |h %></FONT> - <BR><BR> -% }
\ No newline at end of file |