summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main.html
diff options
context:
space:
mode:
authorivan <ivan>2010-05-20 08:48:51 +0000
committerivan <ivan>2010-05-20 08:48:51 +0000
commitf22b714f2b7a38c8a930d8248ccb32751db82b5e (patch)
tree9114a14ebddb41d8010588a0f62f8483df037e0b /httemplate/search/report_cust_main.html
parent3b0d09a317c4ca0706e931842b039c20c1b41205 (diff)
fix table titles for new bg color
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-xhttemplate/search/report_cust_main.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 5860fbfbb..eb1a66273 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -6,7 +6,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
</TR>
<% include( '/elements/tr-select-agent.html',
@@ -115,11 +115,11 @@
% }
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TH>
+ <TH CLASS="background" COLSPAN=2>&nbsp;</TH>
</TR>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
</TR>
<% include( '/elements/tr-select-cust-fields.html' ) %>
@@ -140,7 +140,7 @@
die "access denied"
unless ( $FS::CurrentUser::CurrentUser->access_right('List customers') &&
$FS::CurrentUser::CurrentUser->access_right('List packages')
- );;
+ );
my $conf = new FS::Conf;