From 751bd2a31dc18d0ab274559ebdc5e8939f4b5c29 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 16:04:39 -0500 Subject: [PATCH] Bug 9473 [Revised] Use DataTables on tags list page Content-Type: text/plain; charset="utf-8" Replace the tablesorter plugin with the DataTables plugin on the tags list page. To test, got to tags moderation and click on a term which tags multiple titles. On the tags list page, confirm that table sorting works correctly. Revision makes default result count (20) match options for number of pagination entries (10,20,50,100,all). --- .../intranet-tmpl/prog/en/modules/tags/list.tt | 24 +++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt index e9c683a..f0d70be 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -1,15 +1,12 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] [% INCLUDE 'doc-head-close.inc' %] - + + +[% INCLUDE 'datatables-strings.inc' %] + -- 1.7.9.5