From 9aa74bad9df3aec91b6315c2bdeb22ac0bfb8456 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 | 22 +++++++++++++------- 1 file changed, 15 insertions(+), 7 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 f782897..d1148b5 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,17 +2,25 @@ Koha › Tools › News [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] - +[% IF ( opac_news_count ) %] + + +[% INCLUDE 'datatables-strings.inc' %] + +[% END %]