From e29a123a9bae93ca1247737e508e93104b3de2e7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 6 Dec 2010 22:07:02 +0100 Subject: [PATCH] Fix for Bug 2808, Hold queue not alphabetizing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit White space in the biblio-default-view include and in the page template caused sorting on title or patron to be incorrect. Signed-off-by: Frédéric Demians Signed-off-by: Chris Cormack --- .../prog/en/includes/biblio-default-view.inc | 10 +------- .../prog/en/modules/circ/waitingreserves.tmpl | 24 +++++-------------- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc index deb5dd3a0a..328471bee2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc @@ -1,9 +1 @@ - - "> - - "> - - "> - - "> - \ No newline at end of file +">">">"> \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl index 63b9e26b4a..65874571a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl @@ -14,7 +14,7 @@ $.tablesorter.addParser({ $('#resultlist > ul').tabs(); $("th a").hide(); $.tablesorter.defaults.widgets = ['zebra']; - $("#holdst").tablesorter({ + $("#holdst,#holdso").tablesorter({ dateFormat: 'uk', sortList: [[3,0]], headers: { 1:{sorter:'articles'},3: { sorter: 'articles' },4:{sorter:false}} @@ -84,15 +84,13 @@ $.tablesorter.addParser({

- - +
  ()
Barcode: - - ">,

+ ">,

?subject=Reservation: "> @@ -130,27 +128,17 @@ $.tablesorter.addParser({

- - - "> - - "> - - "> - - +   ()
Barcode: - - ">,

+ ">,

?subject=Reservation: "> - -
+ " /> " /> " /> -- 2.39.5