From b7e14e013a579aae849c39af2928d45464dabbc3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 18 Jan 2013 14:55:59 -0500 Subject: [PATCH] Bug 9430 - Use DataTables on library transfer limits page Content-Type: text/plain; charset="utf-8" Replace the tablesorter plugin with the DataTables plugin on the library transfer limits page. Also made minor changes to "check/uncheck all" function to prevent page from jumping on click, and removed unused function. To test, open the library transfer limits page (Administration -> Library transfer limits). Confirm that table sorting works correctly for all tables. Test that the "check all/uncheck all" links still work correctly. --- .../en/modules/admin/branch_transfer_limits.tt | 25 +++++++++++--------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt index 1c2a7ac..f13b692 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt @@ -1,15 +1,16 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Library checkin and transfer policy [% INCLUDE 'doc-head-close.inc' %] - - + + +[% INCLUDE 'datatables-strings.inc' %] + - + [% INCLUDE 'header.inc' %] @@ -85,7 +89,6 @@

Check all | Uncheck all

- [% INCLUDE 'table-pager.inc' perpage='20' %]
-- 1.7.9.5