Bug 13638 - Batch patron modification tool missing option to switch language

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>
This commit is contained in:
Owen Leonard 2015-01-28 12:24:45 -05:00 committed by Tomas Cohen Arazi
parent 12eb3cb440
commit 28af6c4d01

View file

@ -379,7 +379,4 @@
[% INCLUDE 'tools-menu.inc' %]
</div>
</div>
</div>
</div>
</body>
</html>
[% INCLUDE 'intranet-bottom.inc' %]