From 7cb217c212a13287e0d779d8c43126f6e273063b Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 13 Aug 2025 14:31:57 +0000 Subject: [PATCH] Bug 40645: Remove 'rows' class form fieldset 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 naem field is now visible --- .../prog/en/modules/virtualshelves/addbybiblionumber.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8dcaf8b7e56..db9f8e6bdc2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt @@ -87,8 +87,8 @@ [% END %] [% END %] -
Add to a new list: +
+ Add to a new list:
  1. -- 2.39.5