[freeside-commits] branch master updated. 799674ff4628d92ecc9162b0d0bdcf516099ae7b
Ivan Kohler
ivan at freeside.biz
Wed Mar 3 14:40:56 PST 2021
The branch, master has been updated
via 799674ff4628d92ecc9162b0d0bdcf516099ae7b (commit)
from ffa18709ee8a4d05e18d2d406cf73afe79e52524 (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 799674ff4628d92ecc9162b0d0bdcf516099ae7b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 3 14:40:55 2021 -0800
4.x-style
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> </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...
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/elements/report_svc_Common.html | 34 +++++++++++------------
1 file changed, 16 insertions(+), 18 deletions(-)
More information about the freeside-commits
mailing list