From 24c4ac93ab2b12bce3dfb52aea0c8d595064a898 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 22 Aug 2025 11:58:20 +0000 Subject: [PATCH] Bug 40645: Prevent 'rows' class fieldset from floating To test: 1 - In the staff client do a search 2 - Select all results 3 - Add to list -> new list 4 - Scroll down, list name field is cut off 5 - Apply patch 6 - Close the list window and add to list again 7 - List name field is now visible Signed-off-by: Owen Leonard --- .../prog/en/modules/virtualshelves/addbybiblionumber.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt index 8dcaf8b7e5..1e219f4404 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt @@ -8,6 +8,11 @@ [% END %] [% INCLUDE 'doc-head-close.inc' %] + -- 2.39.5