From 02a1dc504fd34cc2f8d03915a2e2013c1b7f9274 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 21 Mar 2014 15:50:18 -0400 Subject: [PATCH] Bug 11946 - add table sorters to label and patron card batches Content-Type: text/plain; charset="utf-8" When viewing batches of titles in the label creator module the table is not sortable. This patch adds table sorting. The patch also makes some corrections of invalid markup and moves informational/error messages to the top of the page rather than in a sidebar. This change lets the table and sorting controls expand into a wider space. To test, go to Tools -> Labels -> Manage label batches. View an existing batch or create a new batch and populate it with items. Table sorting controls should work correctly. --- .../prog/en/modules/labels/label-edit-batch.tt | 113 +++++++++++--------- 1 file changed, 61 insertions(+), 52 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index 54ff3bd..85bbb4e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -2,6 +2,8 @@ Koha › Tools › Labels › Manage label batches [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] + + [% INCLUDE 'datatables.inc' %]