Bugzilla – Attachment 173759 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: (sign-off follow-up) Fix sentence case
Bug-33766-sign-off-follow-up-Fix-sentence-case.patch (text/plain), 2.02 KB, created by
Martin Renvoize (ashimema)
on 2024-10-31 07:44:34 UTC
(
hide
)
Description:
Bug 33766: (sign-off follow-up) Fix sentence case
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-31 07:44:34 UTC
Size:
2.02 KB
patch
obsolete
>From 7c6dede735b75f2f498b3cc55e090de209cb2972 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 31 Aug 2023 15:23:49 +0000 >Subject: [PATCH] Bug 33766: (sign-off follow-up) Fix sentence case > >"Cardnumber or Username" is now "Cardnumber or username" > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index 6861a61ee4b..062c2d21e81 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -188,7 +188,7 @@ OPAC: > choices: > cardnumber: Cardnumber > username: Username >- cardnumberorusername: Cardnumber or Username >+ cardnumberorusername: Cardnumber or username > - "as the text content of the userid input field's label." > - > - pref: OPACShowMusicalInscripts >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 55fd0dc1374..3d5cdbaaa20 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc >@@ -183,7 +183,7 @@ > [%- IF preference_value == "username" %] > [%- SET label = "Username" %] > [%- ELSIF preference_value == "cardnumberorusername" %] >- [%- SET label = "Cardnumber or Username" %] >+ [%- SET label = "Cardnumber or username" %] > [%- END %] > <label for="[% for | html %]">[% label | html %]:</label> > [% END %] >-- >2.47.0
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