[freeside-commits] branch master updated. 1b5b8ba6c06143c639efeb6095a51f9b2ae7c80b

Ivan ivan at 420.am
Wed Jun 17 12:02:27 PDT 2015


The branch, master has been updated
       via  1b5b8ba6c06143c639efeb6095a51f9b2ae7c80b (commit)
      from  d54ade7b3c18794d5ab79f707fc35f0da061306a (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 1b5b8ba6c06143c639efeb6095a51f9b2ae7c80b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 17 12:02:25 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