From 80036858897d21012f3c45437bae0cf222a81ada Mon Sep 17 00:00:00 2001 From: Catalyst Bug Squasher 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 @@ [% END %] +

+ Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %] +

-

Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]

+
  1. -- 2.39.2