From 3eb461bc9b293aa88a1c60addc5125759b46ff03 Mon Sep 17 00:00:00 2001 From: Catalyst Bug Squasher 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 Signed-off-by: Matt Blenkinsop Signed-off-by: Martin Renvoize --- .../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.5