diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-04-27 12:48:11 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-04-27 12:48:11 -0700 |
commit | 7b0bbc4117a7959b9f7b7b2cf999b8188ba34160 (patch) | |
tree | 1c178f95e5aad763b9a909f099e24613d611cf1f | |
parent | ed022ff91d69fd1258250cb027c4c1f17e1b5b10 (diff) |
v4 style
-rw-r--r-- | httemplate/elements/tr-select-domain.html | 2 | ||||
-rwxr-xr-x | httemplate/search/report_svc_acct.html | 29 |
2 files changed, 13 insertions, 18 deletions
diff --git a/httemplate/elements/tr-select-domain.html b/httemplate/elements/tr-select-domain.html index 5b8d23771..73199ca63 100644 --- a/httemplate/elements/tr-select-domain.html +++ b/httemplate/elements/tr-select-domain.html @@ -1,7 +1,7 @@ % #if ( scalar(@domains) < 2 ) { % #} else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Domain' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Domain' %></TH> <TD> <% include( '/elements/select-domain.html', %opt) %> </TD> diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index e47f72726..3b8e46448 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -4,11 +4,8 @@ <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 ) { <& /elements/tr-select-agent.html, @@ -48,13 +45,13 @@ <TD> <TABLE> <TR> - <TD ALIGN="right" VALIGN="center" ID="<% $field."_label" %>"> + <TH ALIGN="right" VALIGN="center" ID="<% $field."_label" %>"> <% $label{$field} %> - </TD> - <TD> + </TH> + <TH> <INPUT NAME="<% $invert %>" ID="<% $invert %>" TYPE="hidden"> <A HREF="javascript:void(0)" onClick="toggle('<% $field %>'); return false;"><% mt('Invert') |h %></A> - </TD> + </TH> </TR> </TABLE> </TD> @@ -82,17 +79,15 @@ % } - <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"> + % #move to /elements/tr-select-cust_pkg-fields if anything else needs it... <TR> - <TD ALIGN="right"><% mt('Package fields') |h %></TD> + <TH ALIGN="right"><% mt('Package fields') |h %></TH> <TD> <SELECT NAME="cust_pkg_fields"> <OPTION VALUE=""><% mt('(none)') |h %> |