summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2021-03-03 14:40:55 -0800
committerIvan Kohler <ivan@freeside.biz>2021-03-03 14:40:55 -0800
commit799674ff4628d92ecc9162b0d0bdcf516099ae7b (patch)
tree1d1de094ac7667581c51a70be14e80209e8f166b /httemplate
parentffa18709ee8a4d05e18d2d406cf73afe79e52524 (diff)
4.x-style
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/elements/report_svc_Common.html34
1 files changed, 16 insertions, 18 deletions
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>&nbsp;</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...