diff options
| author | ivan <ivan> | 2010-01-21 08:38:52 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-01-21 08:38:52 +0000 |
| commit | 1958c28884c750ca37979f19bec3e3daf0386731 (patch) | |
| tree | fd25b03cc7a0df455dd2657b6b22b792ff29de4b /fs_selfservice/FS-SelfService/cgi/change_bill.html | |
| parent | bcff37f04c502c60fea1e2824841eb2007a07ccd (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-x | fs_selfservice/FS-SelfService/cgi/change_bill.html | 3 |
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>!; } ''; %> |
