[freeside-commits] branch FREESIDE_4_BRANCH updated. e599d8587b9683c029cd5d6dc892769ce0e4ddfb
Ivan
ivan at 420.am
Wed Jun 17 12:02:28 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via e599d8587b9683c029cd5d6dc892769ce0e4ddfb (commit)
from e2bfa8c0187b997d9ba903ef84268db63e917b97 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e599d8587b9683c029cd5d6dc892769ce0e4ddfb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 17 12:02:27 2015 -0700
UI spring cleaning: process card/chek payments
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,
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/payment.cgi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list