From cf1daa067bdf4c5ad373e56a31c9557bff980faf 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 --- .../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 d8d8536..aefd8d9 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' %] + -- 1.7.9.5