From 27ec7d2ba502f24278c112694ba4680c869226d8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 20:40:36 -0500 Subject: [PATCH] Bug 9476: Use Datatables on Koha news page Replace the tablesorter plugin with the DataTables plugin on the Koha news page. To test, open the Koha news page (Tools -> News). Confirm that table sorting works correctly. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart --- .../prog/en/modules/tools/koha-news.tt | 33 +++++++++++++------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index 52abae0..195dcef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -2,19 +2,27 @@ Koha › Tools › News [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] - - +[% IF ( opac_news_count ) %] + + + [% INCLUDE 'datatables-strings.inc' %] + + +[% END %] - -- 1.7.10.4