From 28af6c4d01e0b1a31dece34031b6379fb9befebc Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 28 Jan 2015 12:24:45 -0500 Subject: [PATCH] Bug 13638 - Batch patron modification tool missing option to switch language MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The batch patron modification tool's template was created without the footer include at the bottom. Without the footer include the language toolbar will not be displayed. All page templates should include the global footer include: [% INCLUDE 'intranet-bottom.inc' %] To test: - Install at least a second language - Enable at least 2 languages (language system preference) - Go to tools > Batch patron modification - Verify that at the bottom of the page the language chooser is shown Followed test plan. Works as expected. Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt index e6228cc82c..6868f23b8b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -379,7 +379,4 @@ [% INCLUDE 'tools-menu.inc' %] - - - - +[% INCLUDE 'intranet-bottom.inc' %] \ No newline at end of file -- 2.39.2