Bugzilla – Attachment 137731 Details for
Bug 31153
Search bar not visible on recalls history page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31146: Fix unclosed table element
Bug-31146-Fix-unclosed-table-element.patch (text/plain), 1.98 KB, created by
Lucas Gass (lukeg)
on 2022-07-14 15:31:44 UTC
(
hide
)
Description:
Bug 31146: Fix unclosed table element
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-07-14 15:31:44 UTC
Size:
1.98 KB
patch
obsolete
>From 6d2e6aa02c96f9e1ebed5d19523bfae7b07d4d12 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 >--- > 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 %] > </tr> > </tbody> >- <table> >+ </table> > </div> > [% ELSE %] > <span>No recalls have been made.</span> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31153
:
137688
|
137689
|
137729
|
137730
|
137731
|
137765