From 886b0f95f0d2362918ef72c909ba76283f899710 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 20 Dec 2023 16:50:40 +0000 Subject: [PATCH] Bug 35619: Fix validation error alignment in change password form Bug 31829 made a change to the change password form in the staff interface to accommodate a gap in the CSS following the staff interface redesign. This gap has been fixed, so we don't need a double class on the fieldset. With this change, the "hint" div can also be put back into place. To test, apply the patch and locate a patron record in the staff interface. - Click the "Change password" button on the patron detail page. - Confirm that the form layout looks correct. - Enter mismatched passwords in the "New password" and "Confirm new password" fields and click "Save" - The validation error message should be aligned to the right of the input field. Signed-off-by: David Nind --- .../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 92020ee74b..cd53549c69 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. @@ -100,9 +100,9 @@
  2. +
    Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
-
Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
-- 2.30.2