From 29d1aa1be0d3c073fbedd8143b4354dd8da96dcc Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 25 Oct 2012 12:38:46 -0400 Subject: [PATCH] Bug 8971 - Sort holds queue report using DataTables Replacing the old tablesorter plugin with DataTables on this page will fix sorting bugs related to whitespace and markup in table cells which tablesorter couldn't handle. I have also taken the liberty of changing the default sort from patron to call number, assuming that the librarian uses this list to pull items from the shelf, and the shelf is organized by call number. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/circ/view_holdsqueue.tt | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt index d8d8536445..aefd8d99d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -6,13 +6,21 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - - + + +[% INCLUDE 'datatables-strings.inc' %] + -- 2.39.2