* Eliminated the <tbody> from the message summary view. JS now replaces the entire...
authorArt Cancro <ajc@citadel.org>
Sun, 11 Jul 2010 02:23:02 +0000 (02:23 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 11 Jul 2010 02:23:02 +0000 (02:23 +0000)
commit8e57d1241530f5dd8b5c5f0dddcedcd1f4783070
treea48799df0463eca954221f6727536085b258c763
parentee0b46d8521ff32e4bc97d03d73b3e75db018593
* Eliminated the <tbody> from the message summary view.  JS now replaces the entire table including the <table></table> tags.  FINALLY got the browser to honor fixed column widths with no overflow, keeping the column proportions at 50/30/20 regardless of the width of the browser window.
* I also eliminated the fix_scrollbar_bug div in this view because it is apparently not needed anymore (it was intended to fix a rendering bug in IE5 and IE6).  There is no need to wage an aggressive war on this div, but I will remove it from various places when the opportunity arises.
webcit/static/summaryview.js
webcit/static/t/msg_listview.html
webcit/static/t/summary_header.html
webcit/static/t/summary_trailer.html
webcit/static/webcit.css