diff options
author | ivan <ivan> | 2007-12-25 23:49:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-25 23:49:23 +0000 |
commit | 2a6aa24137ddd389c1e644f5ece325c5b5dbaf3a (patch) | |
tree | 4880aeadc116d1dcb04bb6d0914ac39c17bddc8e /httemplate/edit/cust_main_note.cgi | |
parent | a35faaccc20e2214d91876744c45322a3a220bb5 (diff) |
ho ho ho, merry XSSmas
Diffstat (limited to 'httemplate/edit/cust_main_note.cgi')
-rwxr-xr-x | httemplate/edit/cust_main_note.cgi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/edit/cust_main_note.cgi b/httemplate/edit/cust_main_note.cgi index 303895bd8..58ea779a2 100755 --- a/httemplate/edit/cust_main_note.cgi +++ b/httemplate/edit/cust_main_note.cgi @@ -1,9 +1,6 @@ <% include('/elements/header-popup.html', "$action Customer Note") %> -% if ( $cgi->param('error') ) { - <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT> - <BR><BR> -% } +<% include('/elements/error.html') %> <FORM ACTION="<% popurl(1) %>process/cust_main_note.cgi" METHOD=POST> <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> |