summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html
diff options
context:
space:
mode:
authorivan <ivan>2010-01-21 08:38:52 +0000
committerivan <ivan>2010-01-21 08:38:52 +0000
commit1958c28884c750ca37979f19bec3e3daf0386731 (patch)
treefd25b03cc7a0df455dd2657b6b22b792ff29de4b /fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html
parentbcff37f04c502c60fea1e2824841eb2007a07ccd (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_thirdparty_payment.html')
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html
index b2900b1e9..4055ed09e 100755
--- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html
+++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html
@@ -1,5 +1,5 @@
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('header') %>
+<%= include('header', 'Pay now') %>
<SCRIPT TYPE="text/javascript">
function popcollect() {
@@ -13,8 +13,6 @@
<SCRIPT TYPE="text/javascript" SRC="overlibmws_crossframe.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT>
-<FONT SIZE=4>Pay now</FONT><BR><BR>
-
<%= if ( $error ) {
$OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">$error</FONT><BR><BR>!;
}else{