From b77a1c794f541c18598afc6095ea87d7c247d80a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 18 Jul 2014 15:22:06 +0200 Subject: [PATCH] Bug 10212: Move colvis files to the include file Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Passes all tests and QA script. Implements the option to change the default columns that appear in a table while giving the user the option to change the columns individually for a session. As an example, this feature is implemented for the currencies table. Works well for all possible combinations in configuration. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc index 5a62030da5..87d9da6772 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc @@ -1,5 +1,8 @@ [% USE ColumnsSettings %] + + + [% INCLUDE 'columns_settings.inc' %]