From b74e00441e9fb326c3ba2a0ec4a263ee9e44be66 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 Feb 2014 14:30:26 -0500 Subject: [PATCH] Bug 11737 - Use new DataTables include in quotes management template Content-Type: text/plain; charset="utf-8" Bug 10649 introduced a new include file for adding DataTables-related JavaScript assets. This patch adds use of this include file to the quotes management page. To test you should have a multiple quotes in your database. Apply the patch and view the quotes manager page (tools/quotes.pl). Confirm that table sorting works correctly. --- .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt index 493c34b..2f83802 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt @@ -1,12 +1,10 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Quote editor [% INCLUDE 'doc-head-close.inc' %] - - - - [% INCLUDE 'datatables-strings.inc' %] - + + [% INCLUDE 'datatables.inc' %] +