[freeside-commits] branch master updated. eb1ff5885cd1abf6c94cfcb0f46de7c651f50ac9

Ivan ivan at 420.am
Tue Nov 8 01:51:12 PST 2016


The branch, master has been updated
       via  eb1ff5885cd1abf6c94cfcb0f46de7c651f50ac9 (commit)
      from  24a7dd6d18a1413ec34b906274365e4b2fef28e8 (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 eb1ff5885cd1abf6c94cfcb0f46de7c651f50ac9
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 8 01:51:11 2016 -0800

    4.x style credit card payment

diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index 24248eb..35f57e8 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -1,6 +1,6 @@
-<& /elements/header.html, mt("Process [_1] payment",$type{$payby})  &>
-<& /elements/small_custview.html, $cust_main, '', '', popurl(2) . "view/cust_main.cgi" &>
-<BR>
+<& /elements/header-cust_main.html, view=>'payment_history', cust_main=>$cust_main &>
+
+<h2><% emt("Process [_1] payment",$type{$payby}) %></h2>
 
 <FORM NAME="OneTrueForm" ACTION="process/payment.cgi" METHOD="POST" onSubmit="document.OneTrueForm.process.disabled=true">
 <INPUT TYPE="hidden" NAME="custnum"   VALUE="<% $custnum %>">
@@ -309,7 +309,7 @@ function change_batch_checkbox () {
 <INPUT TYPE="submit" NAME="process" VALUE="<% mt('Process payment') |h %>">
 </FORM>
 
-<& /elements/footer.html &>
+<& /elements/footer-cust_main.html &>
 <%once>
 
 my %weight = (

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/payment.cgi |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list