[freeside-commits] branch FREESIDE_4_BRANCH updated. 6ce883149b149641dfc6fe5c55d0a3338736c4bd

Ivan Kohler ivan at freeside.biz
Wed Mar 3 14:40:59 PST 2021


The branch, FREESIDE_4_BRANCH has been updated
       via  6ce883149b149641dfc6fe5c55d0a3338736c4bd (commit)
      from  97c2b2590624401ff41d8f12df0b5f3b8ec57268 (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 6ce883149b149641dfc6fe5c55d0a3338736c4bd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 3 14:40:58 2021 -0800

    4.x-style

diff --git a/httemplate/search/elements/report_svc_Common.html b/httemplate/search/elements/report_svc_Common.html
index 434197078..d57e64feb 100644
--- a/httemplate/search/elements/report_svc_Common.html
+++ b/httemplate/search/elements/report_svc_Common.html
@@ -20,11 +20,8 @@ Example:
 <INPUT TYPE="hidden" NAME="magic" VALUE="advanced">
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 
-  <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
-
-    <TR>
-      <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1"><% mt('Search options') |h %></FONT></TH>
-    </TR>
+  <FONT CLASS="fsinnerbox-title"><% emt('Search options') %></FONT>
+  <TABLE CLASS="fsinnerbox">
 
 % unless ( $custnum ) {
 
@@ -38,12 +35,15 @@ Example:
          field         => 'cust_status',
     &>
 
-    <& /elements/tr-select-payby.html,
-         label         => emt('Payment method:'),
-         payby_type    => 'cust',
-         multiple      => 1,
-         all_selected  => 1,
-    &>
+%# meaning-less in the post-4.x world, customers can have multiple payment
+%# methods now
+
+%#    <& /elements/tr-select-payby.html,
+%#         label         => emt('Payment method:'),
+%#         payby_type    => 'cust',
+%#         multiple      => 1,
+%#         all_selected  => 1,
+%#    &>
 
     <& /elements/tr-input-money.html,
          label         => 'Balance over',
@@ -72,13 +72,11 @@ Example:
          'label' => 'Services',
     &> 
 
-    <TR>
-      <TH CLASS="background" COLSPAN=2> </TH>
-    </TR>
- 
-    <TR>
-      <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1"><% mt('Display options') |h %></FONT></TH>
-    </TR>
+  </TABLE>
+  <BR>
+
+  <FONT CLASS="fsinnerbox-title"><% emt('Display options') %></FONT>
+  <TABLE CLASS="fsinnerbox">
 
 %   #"package fields" ala advanced svc_acct search?
 %   #move to /elements/tr-select-cust_pkg-fields and use it from there if so...

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

Summary of changes:
 httemplate/search/elements/report_svc_Common.html | 34 +++++++++++------------
 1 file changed, 16 insertions(+), 18 deletions(-)




More information about the freeside-commits mailing list