Bug 13638 - Batch patron modification tool missing option to switch language
authorOwen Leonard <oleonard@myacpl.org>
Wed, 28 Jan 2015 17:24:45 +0000 (12:24 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 13:22:51 +0000 (10:22 -0300)
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 <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt

index e6228cc..6868f23 100644 (file)
                 [% INCLUDE 'tools-menu.inc' %]
             </div>
         </div>
-    </div>
-</div>
-</body>
-</html>
+[% INCLUDE 'intranet-bottom.inc' %]
\ No newline at end of file