From 8ebe7a3ec1140f4e677148f8fb6f221d494c532d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 Feb 2014 16:02:06 -0500 Subject: [PATCH] Bug 11721 - Use new DataTables include in suggestions template Content-Type: text/plain; charset="utf-8" This patch modifies the template for the suggestions page to use the new DataTables include. This simplifies the inclusion of assets and updates to the latest DataTables version. Sorting is now configured to exclude articles when sorting the title column. To test, apply the patch and view the suggestions page (Acquisitions -> Suggestions). Sorting of suggestions should work correctly. --- .../prog/en/modules/suggestion/suggestion.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index cd5b958..2f1cfb0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -29,9 +29,7 @@ [% END %] [% IF ( op_else ) %] - -[% INCLUDE 'datatables-strings.inc' %] - +[% INCLUDE 'datatables.inc' %]