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/view/prospect_main.html | |
parent | 3b0d09a317c4ca0706e931842b039c20c1b41205 (diff) |
fix table titles for new bg color
Diffstat (limited to 'httemplate/view/prospect_main.html')
-rw-r--r-- | httemplate/view/prospect_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index de446a9fb..9883e6766 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -58,7 +58,7 @@ <% ntable("#cccccc") %> <TR> - <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Tickets</FONT></TH> + <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Tickets</FONT></TH> </TR> </TABLE> |