From ce4162a990d1cbc692262717af6808a58bfec15e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 Jan 2013 15:08:41 -0500 Subject: [PATCH] Bug 9450 - Use DataTables in cataloging Z39.50 search results Content-Type: text/plain; charset="utf-8" Replace the tablesorter plugin with the DataTables plugin in cataloging Z39.50 search results. Structural changes were made to the table markup to deal with a DataTables bug which prevents it from properly parsing a with a colspan. To test, go to cataloging and perform a Z39.50 search. Confirm that table sorting works correctly. In this configuration there should be no pager and no results filtering. --- .../prog/en/modules/cataloguing/z3950_search.tt | 27 ++++++++++---------- 1 file changed, 14 insertions(+), 13 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 558f2ee..08e466e 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 @@ -3,7 +3,10 @@ [% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.inc' %] - + + +[% INCLUDE 'datatables-strings.inc' %] +