Summary: | Batch patron modification tool missing option to switch language | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, mtj, tomascohen, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13638 - Batch patron modification tool missing option to switch language
[Signed-off] Bug 13638 - Batch patron modification tool missing option to switch language Bug 13638 - Batch patron modification tool missing option to switch language |
Description
Katrin Fischer
2015-01-28 16:50:12 UTC
Created attachment 35588 [details] [review] 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 Created attachment 35633 [details] [review] [Signed-off] 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> Created attachment 35655 [details] [review] 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> Patch pushed to master. Thanks Owen! Pushed to 3.18.x this will be in 3.18.4 (In reply to Chris Cormack from comment #5) > Pushed to 3.18.x this will be in 3.18.4 Pushed to 3.16.x, will be in 3.16.8 |