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/payment_gateway.html | |
parent | a35faaccc20e2214d91876744c45322a3a220bb5 (diff) |
ho ho ho, merry XSSmas
Diffstat (limited to 'httemplate/edit/payment_gateway.html')
-rw-r--r-- | httemplate/edit/payment_gateway.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html index a618ecd26..84d453cdd 100644 --- a/httemplate/edit/payment_gateway.html +++ b/httemplate/edit/payment_gateway.html @@ -22,11 +22,8 @@ 'Main Menu' => $p, 'View all payment gateways' => $p. 'browse/payment_gateway.html', )) %> -% if ( $cgi->param('error') ) { - -<FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT> -% } +<% include('/elements/error.html') %> <FORM ACTION="<%popurl(1)%>process/payment_gateway.html" METHOD=POST> <INPUT TYPE="hidden" NAME="gatewaynum" VALUE="<% $payment_gateway->gatewaynum %>"> |