Bugzilla – Attachment 98977 Details for
Bug 23102
404 errors on page causes SCI user to be logged out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23102: Add fieldset to login for selenium usage
Bug-23102-Add-fieldset-to-login-for-selenium-usage.patch (text/plain), 1.27 KB, created by
Nick Clemens (kidclamp)
on 2020-02-14 16:44:36 UTC
(
hide
)
Description:
Bug 23102: Add fieldset to login for selenium usage
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-02-14 16:44:36 UTC
Size:
1.27 KB
patch
obsolete
>From b874e4dcc82149afe726d0cfa79fefd23a833dbd Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 14 Feb 2020 15:50:32 +0000 >Subject: [PATCH] Bug 23102: Add fieldset to login for selenium usage > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 +++- > 1 file changed, 3 insertions(+), 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 ac4930fdf2..b05eb056bc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -168,7 +168,9 @@ > <label for="password">Password</label><input type="password" size="25" id="password" name="password" /> > </fieldset> > >- <input type="submit" value="Log in" class="btn" /> >+ <fieldset class="action"> >+ <input type="submit" value="Log in" class="btn" /> >+ </fieldset> > <p/> > [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] > <div id="forgotpassword"> >-- >2.11.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 23102
:
90528
|
97581
|
98977
|
98978
|
148423
|
148424
|
148425
|
148426
|
148601
|
148767
|
148768
|
154691
|
154692
|
163358
|
163359
|
164591
|
164592
|
164593
|
164819