Bugzilla – Attachment 171657 Details for
Bug 37931
Wrong OPAC facet item types label
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37931: Fix OPAC item type facet label
Bug-37931-Fix-OPAC-item-type-facet-label.patch (text/plain), 2.23 KB, created by
Jonathan Druart
on 2024-09-18 09:09:11 UTC
(
hide
)
Description:
Bug 37931: Fix OPAC item type facet label
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-18 09:09:11 UTC
Size:
2.23 KB
patch
obsolete
>From 75a896091a97d2cbef30b20b0893f6574cc52c35 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Mon, 16 Sep 2024 13:15:34 +0000 >Subject: [PATCH] Bug 37931: Fix OPAC item type facet label > >To test: >1. Have additional language installed and set up for OPAC >2. Search something >3. Notice "Item types" facet label untranslated >4. Apply patch and make sure translations are updated >5. Observe facet label "Item types" translated >6. See patch [1] "Bug 36750: Fix some labels" in Bug 36750 >7. Observe item type change missing for OPAC but present in staff client > >[1] https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166289 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >index bdd65c1e02a..5ce3bdcb6c4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -53,7 +53,7 @@ > <h3 id="facet-places">Places</h3> > [% CASE 'Series' %] > <h3 id="facet-series">Series</h3> >- [% CASE 'ItemTypes' %] >+ [% CASE 'Item types' %] > <h3 id="facet-itemtypes">Item types</h3> > [% CASE 'Home libraries' %] > <h3 id="facet-home-libraries">Home libraries</h3> >@@ -114,7 +114,7 @@ > [% aria_label = t("Show more places") %] > [% CASE 'Series' %] > [% aria_label = t("Show more series") %] >- [% CASE 'ItemTypes' %] >+ [% CASE 'Item types' %] > [% aria_label = t("Show more item types") %] > [% CASE 'Home libraries' %] > [% aria_label = t("Show more home libraries") %] >-- >2.34.1
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 37931
:
171540
| 171657 |
171658