From 438b5c434aea678c9078e8a51645a048c300fdf1 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 14 Jul 2022 15:30:09 +0000 Subject: [PATCH] Bug 31146: Fix unclosed table element To test: 1) Install another language and enable it in the OPACLanguages system preference 2) Also make sure opaclanguagesdisplay is set to Allow 3) Make sure OpacLangSelectorMode is set to display the switch in the footer (either top and bottom or footer only) 4) Turn on recalls 4.1) In Administration > Global system preferences, enable UseRecalls 4.2) Add recalls permissions in your circulation rules 5) In the OPAC, log in as a patron 6) Find a record with checked out items and place a recall 7) Go to your account --> Note that the language switch is at the bottom left of the screen 8) Click on any tab in the patron's account --> Note that the language switch is at the bottom left of the screen 9) Click on 'Your recalls history' --> Note that the language switch is right under the recalls history table 10) Apply patch 11) The changelanguage div should now be properly placed at the bottom of the page. https://bugs.koha-community.org/show_bug.cgi?id=31153 Signed-off-by: Caroline Cyr La Rose --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt index 6e2c6be819..8b7a358fa8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt @@ -122,7 +122,7 @@ [% END %] - +
[% ELSE %] No recalls have been made. -- 2.25.1