From 1cbb92fbe49598b95003b0f0a8f1531cfb105a9b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 Feb 2014 11:35:17 -0500 Subject: [PATCH] Bug 11710 - Use new DataTables include in cataloging Z39.50 search template This patch modifies the template for the cataloging Z39.50 search template to use the new DataTables include. This simplifies the inclusion of assets and updates to the latest DataTables version. To test, go to cataloging and choose "New from Z39.50." Perform a search and confirm that table sorting still works correctly. Signed-off-by: wajasu Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt index d8d370e..69d66ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -4,9 +4,7 @@ [% INCLUDE 'doc-head-close.inc' %] - -[% INCLUDE 'datatables-strings.inc' %] - +[% INCLUDE 'datatables.inc' %]