Bugzilla – Attachment 166282 Details for
Bug 36750
OPAC - some facet heading labels are not displayed in search results when using Elasticsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36750: Fix some labels
Bug-36750-Fix-some-labels.patch (text/plain), 3.71 KB, created by
Nick Clemens (kidclamp)
on 2024-05-07 13:34:02 UTC
(
hide
)
Description:
Bug 36750: Fix some labels
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-05-07 13:34:02 UTC
Size:
3.71 KB
patch
obsolete
>From 312498f45b183c46c25b29ac4f4cf5382a727acd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 6 May 2024 11:07:13 +0200 >Subject: [PATCH] Bug 36750: Fix some labels > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 9 ++++----- > .../opac-tmpl/bootstrap/en/includes/opac-facets.inc | 6 +++--- > 2 files changed, 7 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >index 66b0b42ea5a..7096b33e999 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >@@ -50,7 +50,6 @@ > [% FOREACH facets_loo IN facets_loop %] > [% IF facets_loo.facets.size > 0 %] > <li id="[% facets_loo.type_id | html %]"> >- [% facets_loo.type_label | html %] > [% SWITCH facets_loo.label %] > [% CASE 'Authors' %] > <span id="facet-authors">Authors</span> >@@ -62,15 +61,15 @@ > <span id="facet-places">Places</span> > [% CASE 'Series' %] > <span id="facet-series">Series</span> >- [% CASE 'ItemTypes' %] >+ [% CASE 'Item types' %] > <span id="facet-itemtypes">Item types</span> >- [% CASE 'homelibrary' %] >+ [% CASE 'Home libraries' %] > <span id="facet-home-libraries">Home libraries</span> >- [% CASE 'HoldingLibrary' %] >+ [% CASE 'Holding libraries' %] > <span id="facet-holding-libraries">Holding libraries</span> > [% CASE 'Location' %] > <span id="facet-locations">Locations</span> >- [% CASE 'CollectionCodes' %] >+ [% CASE 'Collections' %] > <span id="facet-collections">Collections</span> > [% CASE 'Languages' %] > <span id="facet-languages">Languages</span> >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 c19bd038036..5610d5a0a06 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -67,13 +67,13 @@ > <h3 id="facet-series">Series</h3> > [% CASE 'ItemTypes' %] > <h3 id="facet-itemtypes">Item types</h3> >- [% CASE 'homelibrary' %] >+ [% CASE 'Home libraries' %] > <h3 id="facet-home-libraries">Home libraries</h3> >- [% CASE 'HoldingLibrary' %] >+ [% CASE 'Holding libraries' %] > <h3 id="facet-holding-libraries">Holding libraries</h3> > [% CASE 'Location' %] > <h3 id="facet-locations">Locations</h3> >- [% CASE 'CollectionCodes' %] >+ [% CASE 'Collections' %] > <h3 id="facet-collections">Collections</h3> > [% CASE 'Languages' %] > <h3 id="facet-languages">Languages</h3> >-- >2.39.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 36750
:
166031
|
166032
|
166083
|
166084
|
166187
|
166191
|
166192
|
166193
|
166194
|
166281
|
166282
|
166283
|
166284
|
166286
|
166288
|
166289
|
166290
|
166291
|
166292