Bugzilla – Attachment 124882 Details for
Bug 28914
Wrong wording in authentication forms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28914: Fix wording in authentication forms
Bug-28914-Fix-wording-in-authentication-forms.patch (text/plain), 2.93 KB, created by
Owen Leonard
on 2021-09-15 10:53:57 UTC
(
hide
)
Description:
Bug 28914: Fix wording in authentication forms
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-09-15 10:53:57 UTC
Size:
2.93 KB
patch
obsolete
>From d6403afc6b6719e553eea6e264ad52be286b7f6f Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 27 Aug 2021 08:37:03 -1000 >Subject: [PATCH] Bug 28914: Fix wording in authentication forms > >In most authentication forms we see : >Fields "Login:" and "Password:" with a submit button "Log in". > >In some places submit button contains "Login", which is confusing for translation. >It is not correct according to terminology https://wiki.koha-community.org/wiki/Terminology#L >Also in opac-user.pl ":" is missing, it generates new translation entries. > >Test plan: >1) Log out if you are logged in >2) Go to staff interface >3) Check you see button "Log in" >4) Go to OPAC page /cgi-bin/koha/opac-user.pl >5) Check you see fields "Login:" and "Password:" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index da9c0c14c4..7cfe32644a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -112,7 +112,7 @@ > > <!-- <p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />Remember me</label></p> --> > >- <p class="submit"><input id="submit-button" type="submit" value="Login" tabindex="4" /></p> >+ <p class="submit"><input id="submit-button" type="submit" value="Log in" tabindex="4" /></p> > </form> > > [% IF ( casAuthentication ) %] >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 4e13defc68..e8b03356fa 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -183,11 +183,11 @@ > <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> > [% END %] > <div class="form-group"> >- <label for="userid">Login</label> >+ <label for="userid">Login:</label> > <input class="form-control" type="text" size="25" id="userid" name="userid" /> > </div> > <div class="form-group"> >- <label for="password">Password</label> >+ <label for="password">Password:</label> > <input class="form-control" type="password" size="25" id="password" name="password" /> > </div> > <fieldset class="action"> >-- >2.20.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 28914
:
124196
|
124216
|
124218
|
124872
|
124882
|
125023