From ddb3e8f05df320f22dddf4ad43824ccec5d55653 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 --- .../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 b204fc993b1..cf2539dc06e 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.30.2