summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/change_pay.html
diff options
context:
space:
mode:
authorivan <ivan>2009-07-31 13:20:54 +0000
committerivan <ivan>2009-07-31 13:20:54 +0000
commit7f43bf155bc79e3c9bd5d88e53117595963c301e (patch)
tree071e203f0a2117323cb8486f721d420d94c7e1be /fs_selfservice/FS-SelfService/cgi/change_pay.html
parent124b91bedc8e815956b3d0440414a8c0e6a5b78b (diff)
skin up self-service according to config passed from backend, RT#5530
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/change_pay.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/change_pay.html21
1 files changed, 3 insertions, 18 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/change_pay.html b/fs_selfservice/FS-SelfService/cgi/change_pay.html
index 7283cb850..e7a996931 100644
--- a/fs_selfservice/FS-SelfService/cgi/change_pay.html
+++ b/fs_selfservice/FS-SelfService/cgi/change_pay.html
@@ -1,21 +1,6 @@
-<HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
-<BODY BGCOLOR="#eeeeee">
-<script language="JavaScript"><!--
- var mywindow = -1;
- function myopen(filename,windowname,properties) {
- myclose();
- mywindow = window.open(filename,windowname,properties);
- }
- function myclose() {
- if ( mywindow != -1 )
- mywindow.close();
- mywindow = -1
- }
-//--></script>
-<FONT SIZE=5>MyAccount</FONT><BR><BR>
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('myaccount_menu') %>
-<TD VALIGN="top">
+<%= include('header') %>
+
<FONT SIZE=4>Change payment information</FONT><BR><BR>
<%= if ( $error ) {
$OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error: $error</FONT><BR><BR>!;
@@ -70,5 +55,5 @@
)->html;
%>
-</TD></TR></TABLE>
+
<%= include('footer') %>