[freeside-commits] branch FREESIDE_4_BRANCH updated. c9e7c34a838d0b8481e3baf06111cb2a4ed22a8c

Ivan Kohler ivan at freeside.biz
Mon Oct 21 11:59:05 PDT 2019


The branch, FREESIDE_4_BRANCH has been updated
       via  c9e7c34a838d0b8481e3baf06111cb2a4ed22a8c (commit)
      from  d3a5ab84183f540715c7a02964a10d065562ce41 (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 c9e7c34a838d0b8481e3baf06111cb2a4ed22a8c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 21 11:57:09 2019 -0700

    4.x style

diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index 981c54607..4e17d1f51 100755
--- a/httemplate/search/report_cust_pkg.html
+++ b/httemplate/search/report_cust_pkg.html
@@ -184,19 +184,19 @@
 
 %   }
     <TR>
-      <TD COLSPAN=2>
-        <TABLE>
-          <TR>
+
+
+
             <TD></TD>
-            <TD>From date <i>(m/d/y)</i></TD>
-            <TD>To date <i>(m/d/y)</i></TD>
-            <TD>Empty date</TD>
+            <TH ALIGN="left"><% ' 'x 10 %>From date <i>(m/d/y)</i></TH>
+            <TH ALIGN="center">To date <i>(m/d/y)</i></TH>
+            <TH>Empty date</TH>
           </TR>
 %   my $noinit = 0;
 %   foreach my $field (@date_fields) {
 
           <TR>
-            <TD ALIGN="right" VALIGN="center"><% $label{$field} %></TD>
+            <TH ALIGN="right" VALIGN="center"><% $label{$field} %></TH>
 %     foreach (qw(beginning ending)) {
             <TD>
               <& /elements/input-date-field.html, {
@@ -217,9 +217,9 @@
             </TD>
           </TR>
 %   } #foreach $field
-        </TABLE>
-      </TD>
-    </TR>
+
+
+
     
     <SCRIPT TYPE="text/javascript">
   
@@ -248,7 +248,7 @@
                 'onchange' => 'custom_changed(this);',
     &> 
 
-    <& /elements/tr-selectmultiple-part_pkg.html &> 
+    <& /elements/tr-selectmultiple-part_pkg.html, colspan=>3 &> 
 
 </TABLE>
 <BR>

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

Summary of changes:
 httemplate/search/report_cust_pkg.html | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)




More information about the freeside-commits mailing list