[freeside-commits] branch master updated. 95cffb2e514c6117fc3eb111581d387b5d0b4e77

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


The branch, master has been updated
       via  95cffb2e514c6117fc3eb111581d387b5d0b4e77 (commit)
      from  35ac5f08fc816cd7d79dc9a861652537061aed03 (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 95cffb2e514c6117fc3eb111581d387b5d0b4e77
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 21 11:57:06 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