Bugzilla – Attachment 151416 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 ambiguous "Login" field
Bug-33766-Fix-ambiguous-Login-field.patch (text/plain), 1.55 KB, created by
Matt Blenkinsop
on 2023-05-18 13:09:30 UTC
(
hide
)
Description:
Bug 33766: Fix ambiguous "Login" field
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-05-18 13:09:30 UTC
Size:
1.55 KB
patch
obsolete
>From ba62186a81a84e8779421d2a719e6be93df92254 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 18 May 2023 13:04:53 +0000 >Subject: [PATCH] Bug 33766: Fix ambiguous "Login" field > >This patch changes the use of "Login" to "Username" to assist with screen reading > >Test plan: >1) On the OPAC homepage, click on Lists in the top left >2) Click Log in to create your own lists >3) The login form should have the first field labelled as Username, not Login >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index c7029fcd19..f3f8d64ef1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -223,7 +223,7 @@ > <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> > [% END %] > <div class="form-group"> >- <label for="userid">Login:</label> >+ <label for="userid">Username:</label> > <input class="form-control" type="text" size="25" id="userid" name="userid" /> > </div> > <div class="form-group"> >-- >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