From 36296a4c00fd5769c3d1212e2ec994d8bde64d6c 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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' %]