diff options
author | ivan <ivan> | 2010-05-20 08:48:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-20 08:48:51 +0000 |
commit | f22b714f2b7a38c8a930d8248ccb32751db82b5e (patch) | |
tree | 9114a14ebddb41d8010588a0f62f8483df037e0b /httemplate/search/report_cust_main.html | |
parent | 3b0d09a317c4ca0706e931842b039c20c1b41205 (diff) |
fix table titles for new bg color
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 8 |
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> </TH> + <TH CLASS="background" COLSPAN=2> </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; |