Bugzilla – Attachment 171658 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: Adjustment for "show fewer" link
Bug-37931-Adjustment-for-show-fewer-link.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2024-09-18 09:09:14 UTC
(
hide
)
Description:
Bug 37931: Adjustment for "show fewer" link
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-18 09:09:14 UTC
Size:
1.31 KB
patch
obsolete
>From cabbf168ca8c6cad1b55ec8d75cd47316636c081 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Sep 2024 11:06:18 +0200 >Subject: [PATCH] Bug 37931: Adjustment for "show fewer" link > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 5ce3bdcb6c4..b133c530f8a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -143,7 +143,7 @@ > [% aria_label = t("Show fewer places") %] > [% CASE 'Series' %] > [% aria_label = t("Show fewer series") %] >- [% CASE 'ItemTypes' %] >+ [% CASE 'Item types' %] > [% aria_label = t("Show fewer item types") %] > [% CASE 'Home libraries' %] > [% aria_label = t("Show fewer 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