Bugzilla – Attachment 169634 Details for
Bug 33455
Heading on 'update password' page is too big
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33455: Fix the size of the patron change password heading
Bug-33455-Fix-the-size-of-the-patron-change-passwo.patch (text/plain), 1.74 KB, created by
David Nind
on 2024-07-26 00:14:16 UTC
(
hide
)
Description:
Bug 33455: Fix the size of the patron change password heading
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-07-26 00:14:16 UTC
Size:
1.74 KB
patch
obsolete
>From 909f811d72b9b741cbc7dbfba616e041144652cf Mon Sep 17 00:00:00 2001 >From: Catalyst Bug Squasher <koha-training@catalyst.net.nz> >Date: Thu, 25 Jul 2024 23:06:47 +0000 >Subject: [PATCH] Bug 33455: Fix the size of the patron change password heading > >The H1 heading on the patron change password page in the staff >interface is too big and should be outside of the area with >form area with the white background. > >Test plan: >1. In the staff interface, click on top right of menu and navigate > to my account. >2. Click the 'Change password' button. >3. Note that title is now outside the legend and font size is > comparable to other H1 headings (e.g. Duplicate). > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/members/member-password.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >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 418bd7eadd..8e4d0eaf7b 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 >@@ -86,8 +86,11 @@ > </div> > [% END %] > >+ <h1> >+ <span>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</span> >+ </h1> > >- <fieldset class="rows"><legend><h1>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h1></legend> >+<fieldset class="rows"> > <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> >-- >2.39.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 33455
:
169626
|
169634
|
169689