From 7356a5cbd48cdb3a7971608f59131152d296a447 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 Signed-off-by: Laura Escamilla Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- .../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 b204fc993b..cf2539dc06 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.39.5