From 45c5a207a98bbdfef75a249e4bf767cc702d0872 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 Feb 2014 14:54:27 -0500 Subject: [PATCH] Bug 11716 - Use new DataTables include in label manage template Content-Type: text/plain; charset="utf-8" This patch modifies the template for the label manage pages to use the new DataTables include. This simplifies the inclusion of assets and updates to the latest DataTables version. To test, view the following pages and confirm that table sorting is working correctly: Manage layouts (/cgi-bin/koha/labels/label-manage.pl?label_element=layout) Manage templates (/cgi-bin/koha/labels/label-manage.pl?label_element=template) Manage profiles (/cgi-bin/koha/labels/label-manage.pl?label_element=profile) Manage batches (/cgi-bin/koha/labels/label-manage.pl?label_element=batch) --- .../prog/en/modules/labels/label-manage.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt index edc469a..791bac0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -80,14 +80,15 @@ - -[% INCLUDE 'datatables-strings.inc' %] - +[% INCLUDE 'datatables.inc' %] -- 1.7.9.5