summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/decline.html
diff options
context:
space:
mode:
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 %>