From fab683a36d1128f187181e56093f24cf2197391c 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 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 files 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' %]