[freeside-commits] branch FREESIDE_3_BRANCH updated. cbded596b87f700c427f7be3e746a90c561456c4

Ivan ivan at 420.am
Wed Jul 1 01:00:09 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  cbded596b87f700c427f7be3e746a90c561456c4 (commit)
       via  8d55656422c32ad9ceff59229002978554b847c4 (commit)
      from  326bd8efd1a7ec6b4d2624f9c8e25811404ed6db (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 cbded596b87f700c427f7be3e746a90c561456c4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 1 00:59:54 2015 -0700

    3.x UI consistence

diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 01e7654..0a79ee5 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -78,8 +78,8 @@
 %     }
    
       <TR>
-        <TH ALIGN="right"><% emt( ucfirst($freq_pretty). ' recurring' ) %></TH>
-        <TD><% $money_char. sprintf('%.2f', $amount) %></TD>
+        <TD ALIGN="right"><% emt( ucfirst($freq_pretty). ' recurring' ) %></TD>
+        <TD BGCOLOR="#ffffff"><% $money_char. sprintf('%.2f', $amount) %></TD>
         </TD>
       </TR>
 %   }

commit 8d55656422c32ad9ceff59229002978554b847c4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 1 00:47:06 2015 -0700

    spacing: show the whole core team

diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html
index f3b7b35..9e77828 100644
--- a/httemplate/docs/credits.html
+++ b/httemplate/docs/credits.html
@@ -28,7 +28,6 @@
 <H3>version <% $FS::VERSION %></H3>
 
 <BR>
-<BR>
 
 <H3>Core Team</H3>
 Jeremy Davis<BR>

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

Summary of changes:
 httemplate/docs/credits.html           |    1 -
 httemplate/view/cust_main/billing.html |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list