From 2f379f3fa78ea12c3955addfa733fb8d8cdb0c2b 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 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. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests and QA script. Note: the columsn fund and status are not sortable/searchable before and after applying the patch. Signed-off-by: Galen Charlton --- .../intranet-tmpl/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 cd5b958f99..2f1cfb03a7 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' %]