From 82163291cb36228c1c6333d3219e4c569b4bb2f0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 Apr 2014 10:13:31 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 12018 - add table sorting to patron card batches When viewing batches of patrons in the patron card 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. This patch also corrects a translation issue with table headers identical to that addressed by Bug 11505. To test, go to Tools -> Patron card creator -> Manage batches. View an existing batch or create a new batch and populate it with patrons. Table sorting controls should work correctly. Batch management operations should work correctly. Signed-off-by: Nicole C. Engard --- .../prog/en/modules/patroncards/edit-batch.tt | 92 ++++++++++++-------- 1 files changed, 56 insertions(+), 36 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt index ac4e051..60806f1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ -2,6 +2,8 @@ Koha › Tools › Patron card creator › Manage patron card batches [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] + + [% INCLUDE 'datatables.inc' %]