[freeside-commits] branch FREESIDE_4_BRANCH updated. 88ff3788c3f398f7cb801971804e90f0360854c2
Ivan Kohler
ivan at freeside.biz
Wed Mar 17 14:16:13 PDT 2021
The branch, FREESIDE_4_BRANCH has been updated
via 88ff3788c3f398f7cb801971804e90f0360854c2 (commit)
from 6ce883149b149641dfc6fe5c55d0a3338736c4bd (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 88ff3788c3f398f7cb801971804e90f0360854c2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 17 14:16:13 2021 -0700
4.x -style
diff --git a/httemplate/search/report_svc_broadband.html b/httemplate/search/report_svc_broadband.html
index 45246c74a..377064af8 100755
--- a/httemplate/search/report_svc_broadband.html
+++ b/httemplate/search/report_svc_broadband.html
@@ -1,14 +1,13 @@
<% include('/elements/header.html', $title ) %>
+%# extensive false laziness with svc_acct
+
<FORM ACTION="svc_broadband.cgi" METHOD="POST">
<INPUT TYPE="hidden" NAME="magic" VALUE="advanced">
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
-%# extensive false laziness with svc_acct
- <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
- <TR>
- <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
- </TR>
+ <FONT CLASS="fsinnerbox-title"><% emt('Search options') %></FONT>
+ <TABLE CLASS="fsinnerbox">
% unless ( $custnum ) {
<% include( '/elements/tr-select-agent.html',
@@ -44,17 +43,16 @@
% }
% }
- <TR>
- <TH CLASS="background" COLSPAN=2> </TH>
- </TR>
-
- <TR>
- <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
- </TR>
+ </TABLE>
+ <BR>
+
+ <FONT CLASS="fsinnerbox-title"><% emt('Display options') %></FONT>
+ <TABLE CLASS="fsinnerbox">
+
% #move to /elements/tr-select-cust_pkg-fields if anything else needs it...
<TR>
- <TD ALIGN="right">Package fields</TD>
+ <TH ALIGN="right">Package fields</TD>
<TD>
<SELECT NAME="cust_pkg_fields">
<OPTION VALUE="">(none)
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/report_svc_broadband.html | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
More information about the freeside-commits
mailing list