[freeside-commits] branch FREESIDE_4_BRANCH updated. d9efef1436a0551f35c727aef87642efb35f001f

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


The branch, FREESIDE_4_BRANCH has been updated
       via  d9efef1436a0551f35c727aef87642efb35f001f (commit)
      from  435f0dc9c5b8a4c703ecd52e34f54779d2a22b62 (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 d9efef1436a0551f35c727aef87642efb35f001f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 8 01:51:12 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