From 0146259847b1c0282231405d4dd6198bac94d0e2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 14 Sep 2010 11:57:16 -0400 Subject: [PATCH] Fix for Bug 2808, Hold queue not alphabetizing White space in the biblio-default-view include and in the page template caused sorting on title or patron to be incorrect. --- .../prog/en/includes/biblio-default-view.inc | 10 +--------- .../prog/en/modules/circ/waitingreserves.tmpl | 6 ++---- 2 files changed, 3 insertions(+), 13 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 deb5dd3..328471b 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 bbb5dfb..4a81484 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl @@ -84,15 +84,13 @@ $.tablesorter.addParser({

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

+ ">,

?subject=Reservation: "> -- 1.7.0.4