Bugzilla – Attachment 159342 Details for
Bug 33766
Accessibility: Fix ambiguous form field in OPAC login form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33766: Fix whitespace and add i18n to helper block
Bug-33766-Fix-whitespace-and-add-i18n-to-helper-bl.patch (text/plain), 1.22 KB, created by
Matt Blenkinsop
on 2023-11-29 15:36:29 UTC
(
hide
)
Description:
Bug 33766: Fix whitespace and add i18n to helper block
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-11-29 15:36:29 UTC
Size:
1.22 KB
patch
obsolete
>From 904a89821fa585c96d386f4d723c742ed9e763ea Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 29 Nov 2023 15:35:47 +0000 >Subject: [PATCH] Bug 33766: Fix whitespace and add i18n to helper block > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >index 0ef62f37e2..c574ad2abb 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >@@ -170,6 +170,7 @@ > [% END %] > > [% BLOCK login_label %] >+ [% PROCESS 'i18n.inc' %] > [%- SET preference_value = Koha.Preference('OPACLoginLabelTextContent') %] > [%- SET label = t("Card number") %] > [%- IF preference_value == "username" %] >@@ -177,5 +178,5 @@ > [%- ELSIF preference_value == "cardnumberorusername" %] > [%- SET label = t("Card number or username") %] > [%- END %] >- <label for="[% for | html %]">[% label | html %]:</label> >+ <label for="[% for | html %]">[% label.substr(1, -1) | html %]:</label> > [% END %] >-- >2.37.1 (Apple Git-137.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 33766
:
151416
|
151427
|
154566
|
154567
|
154570
|
155017
|
155018
|
155019
|
155022
|
155023
|
155024
|
155025
|
155026
|
157854
|
157855
|
157856
|
157857
|
157858
|
159342
|
159546
|
159547
|
159548
|
159549
|
159550
|
168600
|
168601
|
168602
|
168603
|
168604
|
168605
|
173757
|
173758
|
173759
|
173760
|
173761
|
173762
|
173972
|
173973
|
173974
|
173975
|
173976
|
173977
|
174037
|
174038
|
174039
|
174040
|
174041
|
174042