From cba895bcb280cb0dd92700a3ea23ad611c6fc5ff Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 16:04:39 -0500 Subject: [PATCH] Bug 9473: Use DataTables on tags list page 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). Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/tags/list.tt | 24 ++++++++++--------- 1 files 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.2.5