From a27530336ca56cf4019e77fcb70cf34aff2952b4 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 Content-Type: text/plain; charset="utf-8" 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. --- .../prog/en/modules/tools/koha-news.tt | 24 +++++++++++++------- 1 file changed, 16 insertions(+), 8 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..e6b91ee 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,26 @@ Koha › Tools › News [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] - +[% IF ( opac_news_count ) %] + + +[% INCLUDE 'datatables-strings.inc' %] + - -- 1.7.9.5