View Ticket
Not logged in
Ticket UUID: 700d423d2a44853adf85303ecb8ca487b317c0ac
Title: Tables in ticket view set the bgcolor
Status: Open Type: Feature_Request
Severity: Cosmetic Priority:
Subsystem: Resolution: Withdrawn
Last Modified: 2009-10-31 13:24:41
Version Found In: 0870a8e69b55cbbc4fe8fb95952c1649e58d9ece
Description & Comments:
I use a modified header/footer/css on my site, but the table for display a ticket sets the bgcolor rather than relying on css. I'd submit a patch, but this ticket system doesn't have that, so here's what needs to change:

  1. In tktsetup_.c remove all bgcolor="#d0d0d0" text.
  2. In style_.c add CSS to style the td tags (although they look find without it).

Additionally, these strings in the .c files could easily just be text files that are injected into sqlite. Not sure what the purpose is of putting them in there.


anonymous added on 2009-10-17 17:31:14:
Oops, sorry that's in src/tktsetup.c not tktsetup_.c.


anonymous added on 2009-10-17 17:38:06:
Alright, I need to read the code more carefully. I found the configuration page where you can just remove them.

Fossil rocks! :-)


anonymous claiming to be Dmitry Chestnykh added on 2009-10-21 15:28:12:
Still, it would be nice to move this to CSS, in case skins/themes are coming.