On Thu, Jul 31, 2008 at 7:11 PM, Joe Atzberger <[EMAIL PROTECTED]> wrote: > > > On Thu, Jul 31, 2008 at 5:58 PM, Chris Nighswonger > <[EMAIL PROTECTED]> wrote: >> >> This patch corrects the alignment of the column headers in the overdues >> list >> on the 'Overdue' tab on opac-user.pl It also corrects the template to >> display >> the item type rather than the Koha collection type. > > >> >> - <th colspan="2">Title</th> >> + <th> </th> >> + <th>Title</th> > > I think that was intentional, and not an error in alignment. Does it > prevent the js tablesorter from working correctly to use colspan > 1? > > On pure aesthetics, I prefer the colspan to an empty column header... but > can forget that if it affects functionality.
I reinserted the colspan=2 and added it to the Overdues table as well. Kind Regards, Chris -- Chris Nighswonger LibLime www.liblime.com [EMAIL PROTECTED] _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
