diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2021-03-17 14:16:13 -0700 | 
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2021-03-17 14:16:13 -0700 | 
| commit | 88ff3788c3f398f7cb801971804e90f0360854c2 (patch) | |
| tree | ccc58cde6c86092e428b48dc1065a4ab403da7d1 | |
| parent | 6ce883149b149641dfc6fe5c55d0a3338736c4bd (diff) | |
4.x -style
| -rwxr-xr-x | httemplate/search/report_svc_broadband.html | 24 | 
1 files changed, 11 insertions, 13 deletions
| 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) | 
