From 6b2bceed46f759b49828a41d16cff3f486259b17 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 21 Dec 2009 09:15:15 -0500 Subject: [PATCH] Fix for Bug 3229, The "Sort By" feature for lists does not work. White space in table cells can often break the javascript tablesorter. The previous patch to tie the js tablesorter to the shelf sort parameters should work now. --- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index 1741d64..87b78fc 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -245,16 +245,7 @@ $(function() { " alt="" title="" /> - - - "> - - - "> - - "> - - + "> "> "> ">
-- 1.6.3.3