diff options
Diffstat (limited to 'httemplate/search/report_cust_pkg.html')
-rwxr-xr-x | httemplate/search/report_cust_pkg.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index fcc093410..58fcf619e 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -7,7 +7,7 @@ <TABLE BGCOLOR="#cccccc" CELLSPACING=0> <TR> - <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"> + <TH CLASS="background" COLSPAN=2 ALIGN="left"> <FONT SIZE="+1">Search options</FONT> </TH> </TR> @@ -137,11 +137,11 @@ <% include( '/elements/tr-selectmultiple-part_pkg.html' ) %> <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' ) %> |