From 8e3eb1de412755553006116d0ccfc5d919706aeb 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 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) Signed-off-by: wajasu Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 3fc7ea191c45ea430f362e4a883a34ebfbd0c330) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/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 edc469abdd..791bac0db7 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' %] -- 2.39.5