Bugzilla – Attachment 26828 Details for
Bug 7867
Use consistent terminology for username and password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7867 - Same text for username/login in OPAC and intranet
Bug-7867---Same-text-for-usernamelogin-in-OPAC-and.patch (text/plain), 2.08 KB, created by
Mark Tompsett
on 2014-04-04 18:07:46 UTC
(
hide
)
Description:
Bug 7867 - Same text for username/login in OPAC and intranet
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-04-04 18:07:46 UTC
Size:
2.08 KB
patch
obsolete
>From 51f88f17acc2bb701ae3221e3ca0ea277a135f12 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 4 Apr 2014 14:04:25 -0400 >Subject: [PATCH] Bug 7867 - Same text for username/login in OPAC and intranet > >This patch corrects the bootstrap login modal to have the >'Username:' instead of 'Login:' text. > >Test Plan >--------- >1) In the staff client, set the OPAC system preference > opacthemes to 'bootstrap'. >2) Open the OPAC >3) Click the 'Log in to your account' link. > -- It should say 'Login:'. >4) Click 'Cancel' >5) Apply the patch >6) Refresh the OPAC page >7) Click the 'Log in to your account' link. > -- It should say 'Username:'. >--- > .../opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 1edc244..b2204ef 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -274,7 +274,7 @@ > <div class="modal-body"> > <input type="hidden" name="koha_login_context" value="opac" /> > <fieldset class="brief"> >- <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" /> >+ <label for="muserid">Username:</label><input type="text" id="muserid" name="userid" /> > <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> > [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %] > </fieldset> >@@ -284,4 +284,4 @@ > <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a> > </div> > </form> <!-- /#auth --> >- </div> <!-- /#modalAuth --> >\ No newline at end of file >+ </div> <!-- /#modalAuth --> >-- >1.7.9.5
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 7867
:
12412
|
12460
|
26828
|
26831
|
28137
|
28282
|
28301
|
28349
|
28350
|
28457
|
28458