summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-17 12:02:27 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-17 12:02:27 -0700
commite599d8587b9683c029cd5d6dc892769ce0e4ddfb (patch)
treef6ff337c76be7280e5cf4750c0d6729d53eb997f /httemplate
parente2bfa8c0187b997d9ba903ef84268db63e917b97 (diff)
UI spring cleaning: process card/chek payments
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/payment.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index 4860aed..f4f0b56 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -1,5 +1,7 @@
<& /elements/header.html, mt("Process [_1] payment",$type{$payby}) &>
<& /elements/small_custview.html, $cust_main, '', '', popurl(2) . "view/cust_main.cgi" &>
+<BR>
+
<FORM NAME="OneTrueForm" ACTION="process/payment.cgi" METHOD="POST" onSubmit="document.OneTrueForm.process.disabled=true">
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
<INPUT TYPE="hidden" NAME="payby" VALUE="<% $payby %>">
@@ -8,7 +10,7 @@
<& /elements/init_overlib.html &>
-<% ntable('#cccccc') %>
+<TABLE class="fsinnerbox">
<& /elements/tr-amount_fee.html,
'amount' => $amount,