While running the admin with FireBug on, I'm getting the following message $("#3e78c05a4cabf0e835b1f4ec09034a36").tableSorter is not a function index.php()index.php (line 833) I think (but am not sure) that the problem is the way JQuery is being loaded. Actually, jquery is loaded the right way, but embedding the script in html is wrong, because none of the JQuery methods are available until after OnReady() is called. Alternatively, it's something else, but since bugs are being addressed in 7.04, maybe some of these can be knocked off,i if indeed it is a bug. <script type="text/javascript">$('#1a926b4b400cba50bb242e94058f1c3d').tableSorter();</script>
