diff options
| author | ivan <ivan> | 2010-01-21 08:38:54 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-01-21 08:38:54 +0000 |
| commit | d060bdce7ba0845453d886db8d8016633dde863c (patch) | |
| tree | 376c67b89b218be16cf4b953916d9161c0302beb /fs_selfservice/FS-SelfService/cgi/make_payment.html | |
| parent | 58fde7907563f3093035eb779311e1daf569d6a2 (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/make_payment.html')
| -rw-r--r-- | fs_selfservice/FS-SelfService/cgi/make_payment.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/make_payment.html b/fs_selfservice/FS-SelfService/cgi/make_payment.html index 96a17ba4c..bd03b8214 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_payment.html @@ -1,7 +1,6 @@ <%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('header') %> +<%= include('header', 'Make a payment') %> -<FONT SIZE=4>Make a payment</FONT><BR><BR> <FORM NAME="OneTrueForm" METHOD="POST" ACTION="<%=$selfurl%>" onSubmit="document.OneTrueForm.process.disabled=true"> <INPUT TYPE="hidden" NAME="session" VALUE="<%=$session_id%>"> <INPUT TYPE="hidden" NAME="action" VALUE="payment_results"> |
