summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/decline.html
diff options
context:
space:
mode:
authorivan <ivan>2009-10-24 02:04:45 +0000
committerivan <ivan>2009-10-24 02:04:45 +0000
commit418dcb402780f09e48127498cebe011ffdbb9af1 (patch)
treeba56d0b8ea902a1653948365f4b46a8ab844e8f5 /fs_selfservice/FS-SelfService/cgi/decline.html
parent3bd10b27d788580f7c1a55b3e3afb2d5b40f8e8a (diff)
remove an inadvertant debugging call left in, allow an agentnum to be specfied for non-logged in situations, RT#6166
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/decline.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/decline.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/decline.html b/fs_selfservice/FS-SelfService/cgi/decline.html
index a37ba3ab6..c50081e38 100644
--- a/fs_selfservice/FS-SelfService/cgi/decline.html
+++ b/fs_selfservice/FS-SelfService/cgi/decline.html
@@ -1,5 +1,14 @@
-<HTML><HEAD><TITLE>Processing error</TITLE></HEAD>
-<BODY BGCOLOR="#e8e8e8"><FONT SIZE=7>Processing error</FONT><BR><BR>
+<HTML>
+ <HEAD>
+ <TITLE>Processing error</TITLE>
+ <%= $head %>
+ </HEAD>
+ <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
+ <%= $body_header %>
+
+
+<FONT SIZE=7>Processing error</FONT><BR><BR>
There has been an error processing your account. Please contact customer
support.
-</BODY></HTML>
+
+<%= $body_footer %>