summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-10-21 11:57:09 -0700
committerIvan Kohler <ivan@freeside.biz>2019-10-21 11:57:09 -0700
commitc9e7c34a838d0b8481e3baf06111cb2a4ed22a8c (patch)
tree7be7e6416625b2b599d4c953e078dd66ed092805 /httemplate
parentd3a5ab84183f540715c7a02964a10d065562ce41 (diff)
4.x style
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/report_cust_pkg.html22
1 files changed, 11 insertions, 11 deletions
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"><% '&nbsp;'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>