summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/change_bill.html
diff options
context:
space:
mode:
authorivan <ivan>2010-01-21 08:38:54 +0000
committerivan <ivan>2010-01-21 08:38:54 +0000
commitd060bdce7ba0845453d886db8d8016633dde863c (patch)
tree376c67b89b218be16cf4b953916d9161c0302beb /fs_selfservice/FS-SelfService/cgi/change_bill.html
parent58fde7907563f3093035eb779311e1daf569d6a2 (diff)
more self-service skinning config options, and start taking a stab at reorganizing config sections, RT#6893
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/change_bill.html')
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/change_bill.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/change_bill.html b/fs_selfservice/FS-SelfService/cgi/change_bill.html
index c0977d946..7941971ba 100755
--- a/fs_selfservice/FS-SelfService/cgi/change_bill.html
+++ b/fs_selfservice/FS-SelfService/cgi/change_bill.html
@@ -1,7 +1,6 @@
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('header') %>
+<%= include('header', 'Edit billing address') %>
-<FONT SIZE=4>Edit billing address</FONT><BR><BR>
<%= if ( $error ) {
$OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error: $error</FONT><BR><BR>!;
} ''; %>