diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 12:02:25 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 12:02:25 -0700 |
commit | 1b5b8ba6c06143c639efeb6095a51f9b2ae7c80b (patch) | |
tree | a5e122979f2081055a19934d1ccd047a8d69e6c7 /httemplate/misc | |
parent | d54ade7b3c18794d5ab79f707fc35f0da061306a (diff) |
UI spring cleaning: process card/chek payments
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/payment.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 4860aed83..f4f0b56dd 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, |