This patch adds <th> for the table header cells from
the mail headers too.
http://www.w3schools.com/tags/tag_th.asp
The only problem: Browsers use by default *bold* text
for header cells. Since you don't want this in your
case, we must add "font-weight: normal;" to the CSS
class "mailHeaderLabel". I know now, that you are no
friend from style changes, but I think in this case
wins the accessibility. And it should be difficult for
new NOCC releases (with new features), when you can't
change the themes a little bit. (I think on things like
"get rid of tables, switch to divs" from the TODO file.)
Greetings,
Tim Gerundt
original and altered files
patch file
Logged In: YES
user_id=529507
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.