From 430d2bd46ef4e387d1f0181dae07ffa80ac9a242 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 (cherry picked from commit 3eb461bc9b293aa88a1c60addc5125759b46ff03) Signed-off-by: Lucas Gass (cherry picked from commit 59d8f236ad818c58e26f5dc43f59d000b51895cf) Signed-off-by: Fridolin Somers --- .../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 24ba4e5f8c..27e130b3f6 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,8 +85,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