From 0bf72d9f73a8c45fcf28f62ac93bd9a6217535ca Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 19 Oct 2022 22:44:45 +0000 Subject: [PATCH] Bug 31829: Fix change password form alignment This patch gives the fieldset on member-password.tt the class row. It also moves the hints below the list. To test: 1. Apply patch 2. Pull up a patron record and go to 'Change password'. 3. Make sure the form now looks good. 4. Also check and make sure the form is still functional. --- .../intranet-tmpl/prog/en/modules/members/member-password.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ca879afdbf..4fe449160c 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,7 +85,7 @@ [% 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. @@ -95,7 +95,6 @@ [% END %]
  2. -
    Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
  3. @@ -103,6 +102,7 @@
+
Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
-- 2.30.2