Bugzilla – Attachment 169626 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: The h1 heading on the change passwordpage is too big and should be outside of the legend.
Bug-33455-The-h1-heading-on-the-change-passwordpag.patch (text/plain), 1.53 KB, created by
Koha Training Catalyst
on 2024-07-25 23:30:40 UTC
(
hide
)
Description:
Bug 33455: The h1 heading on the change passwordpage is too big and should be outside of the legend.
Filename:
MIME Type:
Creator:
Koha Training Catalyst
Created:
2024-07-25 23:30:40 UTC
Size:
1.53 KB
patch
obsolete
>From 80036858897d21012f3c45437bae0cf222a81ada 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: The h1 heading on the change passwordpage is too > big and should be outside of the legend. > >Test Plan >1. Click on top right of menu and navigate to my account >2. Navigate to Change Password >3. Observe that title is outside the legend and font size is comparable to other H1 headings (e.g. Duplicate). >--- > .../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