Bugzilla – Attachment 142312 Details for
Bug 31829
Change password form in patron account is misaligned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31829: Fix change password form alignment
Bug-31829-Fix-change-password-form-alignment.patch (text/plain), 2.31 KB, created by
Martin Renvoize (ashimema)
on 2022-10-21 09:26:11 UTC
(
hide
)
Description:
Bug 31829: Fix change password form alignment
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-21 09:26:11 UTC
Size:
2.31 KB
patch
obsolete
>From d84e058b757025c4a1aa45874ba13ff756d4c3a2 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 19 Oct 2022 22:44:45 +0000 >Subject: [PATCH] Bug 31829: Fix change password form alignment > >This patch gives the fieldset on member-password.tt the class row. It also moves the hints below the list. > >To test: >1. Apply patch >2. Pull up a patron record and go to 'Change password'. >3. Make sure the form now looks good. >4. Also check and make sure the form is still functional. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/members/member-password.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >index ca879afdbf..4fe449160c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >@@ -85,7 +85,7 @@ > [% END %] > > >- <fieldset class="brief"><legend><h1>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h1></legend> >+ <fieldset class="brief rows"><legend><h1>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h1></legend> > <ol> > <li><label for="newuserid">New username:</label> > <input type="hidden" name="member" value="[% patron.borrowernumber | html %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% patron.userid | html %]" /></li> >@@ -95,7 +95,6 @@ > [% END %] > <li> > <label for="newpassword">New password:</label> >- <div class="hint">Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</div> > <input name="newpassword" id="newpassword" type="password" size="20" /> > </li> > <li> >@@ -103,6 +102,7 @@ > <input name="newpassword2" id="newpassword2" type="password" size="20" /> > </li> > </ol> >+ <div class="hint">Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</div> > </fieldset> > <fieldset class="action"> > <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> >-- >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 31829
:
142215
|
142234
| 142312