[freeside-commits] branch FREESIDE_4_BRANCH updated. 7e77ce4537fbd2943e36f3b5f65558c389207bc5

Ivan Kohler ivan at freeside.biz
Mon Apr 27 12:48:15 PDT 2020


The branch, FREESIDE_4_BRANCH has been updated
       via  7e77ce4537fbd2943e36f3b5f65558c389207bc5 (commit)
      from  567d7d41ef4721ab082b387e73ec672c2f9fa52d (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 7e77ce4537fbd2943e36f3b5f65558c389207bc5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Apr 27 12:48:14 2020 -0700

    v4 style

diff --git a/httemplate/elements/tr-select-domain.html b/httemplate/elements/tr-select-domain.html
index 5b8d23771..73199ca63 100644
--- a/httemplate/elements/tr-select-domain.html
+++ b/httemplate/elements/tr-select-domain.html
@@ -1,7 +1,7 @@
 % #if ( scalar(@domains) < 2 ) {
 % #} else {
   <TR>
-    <TD ALIGN="right"><% $opt{'label'} || 'Domain' %></TD>
+    <TH ALIGN="right"><% $opt{'label'} || 'Domain' %></TH>
     <TD>
       <% include( '/elements/select-domain.html', %opt) %>
     </TD>
diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html
index e47f72726..3b8e46448 100755
--- a/httemplate/search/report_svc_acct.html
+++ b/httemplate/search/report_svc_acct.html
@@ -4,11 +4,8 @@
 <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 ) {
     <& /elements/tr-select-agent.html,
@@ -48,13 +45,13 @@
         <TD>
           <TABLE>
             <TR>
-              <TD ALIGN="right" VALIGN="center" ID="<% $field."_label" %>">
+              <TH ALIGN="right" VALIGN="center" ID="<% $field."_label" %>">
                 <% $label{$field} %>
-              </TD>
-              <TD>
+              </TH>
+              <TH>
                 <INPUT NAME="<% $invert %>" ID="<% $invert %>" TYPE="hidden">
                 <A HREF="javascript:void(0)" onClick="toggle('<% $field %>'); return false;"><% mt('Invert') |h %></A>
-              </TD>
+              </TH>
             </TR>
           </TABLE>
         </TD>
@@ -82,17 +79,15 @@
 %   }
 
 
-    <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">
+ 
 %   #move to /elements/tr-select-cust_pkg-fields if anything else needs it...
     <TR>
-      <TD ALIGN="right"><% mt('Package fields') |h %></TD>
+      <TH ALIGN="right"><% mt('Package fields') |h %></TH>
       <TD>
         <SELECT NAME="cust_pkg_fields">
           <OPTION VALUE=""><% mt('(none)') |h %> 

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

Summary of changes:
 httemplate/elements/tr-select-domain.html |  2 +-
 httemplate/search/report_svc_acct.html    | 29 ++++++++++++-----------------
 2 files changed, 13 insertions(+), 18 deletions(-)




More information about the freeside-commits mailing list