4.x-style
[freeside.git] / httemplate / search / elements / report_svc_Common.html
index 4341970..d57e64f 100644 (file)
@@ -20,11 +20,8 @@ Example:
 <INPUT TYPE="hidden" NAME="magic" VALUE="advanced">
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 
 <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 ) {
 
 
 % unless ( $custnum ) {
 
@@ -38,12 +35,15 @@ Example:
          field         => 'cust_status',
     &>
 
          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',
 
     <& /elements/tr-input-money.html,
          label         => 'Balance over',
@@ -72,13 +72,11 @@ Example:
          'label' => 'Services',
     &> 
 
          '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...
 
 %   #"package fields" ala advanced svc_acct search?
 %   #move to /elements/tr-select-cust_pkg-fields and use it from there if so...