Bugzilla – Attachment 151424 Details for
Bug 33764
Accessibility: Fix ambiguous form-field in masthead.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33764: Fix ambiguous "Login" field
Bug-33764-Fix-ambiguous-Login-field.patch (text/plain), 1.69 KB, created by
ByWater Sandboxes
on 2023-05-18 15:18:19 UTC
(
hide
)
Description:
Bug 33764: Fix ambiguous "Login" field
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-05-18 15:18:19 UTC
Size:
1.69 KB
patch
obsolete
>From cb6dde5d30408f3b04171319f27448a5bb5a6bb1 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 18 May 2023 12:53:06 +0000 >Subject: [PATCH] Bug 33764: Fix ambiguous "Login" field > >This patch changes the use of "Login" to "Username" to assist with screen reading > >Test plan: >1) In the masthead, click Log in to your account >2) On the modal, the first input should be labelled Username > >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 941805f7a6..7c6b36843d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -405,7 +405,7 @@ > <input type="hidden" name="koha_login_context" value="opac" /> > <fieldset class="brief"> > <div class="local-login"> >- <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" autocomplete="off" /> >+ <label for="muserid">Username:</label><input type="text" id="muserid" name="userid" autocomplete="off" /> > <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" autocomplete="off" /> > <fieldset class="action"> > <input type="submit" class="btn btn-primary" value="Log in" /> >-- >2.30.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 33764
:
151412
| 151424