From 80ee4a0e8df7258fdb361b6838a713d203d34937 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 Content-Type: text/plain; charset="utf-8" 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 --- .../prog/en/modules/circ/view_holdsqueue.tt | 18 +++++++++++++----- 1 files 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.2.5