From bddbdb21e42a0be2ce2fdb91e6f1ce98a69255b8 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Thu, 21 Mar 2024 15:08:38 +0100 Subject: [PATCH] Bug 35868: Warning sign for using a patron category that is limited to another library has moved to other side of page Bug 31422 implemented a warning sign, when a patron has a patron category that you are not allowed to set due to library limitations on the code. It should appear right next to the field, but might appear on the other side of the page now being easily missed. This patch simply removes the float:right CSS rule. To test: * User's login branch and home library is: Centerville * Patron category "B - Board" is limited to Franklin * Create a new patron: Board doesn't show * Edit an existing patron with another patron category: Board doesn't show * Edit a patron with Board category from Centerville => Check the warning icon with the tooltip is close to the category select --- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 5e47dcd1be..6c9af1281f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -974,7 +974,7 @@ legend:hover { [% END %] [% IF limited_category %] - + [% END %] Required -- 2.44.0