From 6696d32b6450ef49eff92635276d1c820cf86f07 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 20:40:36 -0500 Subject: [PATCH] Bug 9476 [Revised] 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. Revision corrects merge error after rebase. --- .../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.9.5