From 65cacbdbac1a667fd0004165c6f6db2b293e9b47 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 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. --- .../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..390b7ae 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