From 8a3edf2e5d13fd8224ff3d0042bed69cc7075528 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 Feb 2014 11:35:17 -0500 Subject: [PATCH] [SIGNED-OFF] 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 --- koha-tmpl/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' %]