Bugzilla – Attachment 185725 Details for
Bug 40645
When adding to a list the 'list name' field is cut off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40645: Prevent 'rows' class fieldset from floating
Bug-40645-Prevent-rows-class-fieldset-from-floatin.patch (text/plain), 1.19 KB, created by
Owen Leonard
on 2025-08-23 14:06:06 UTC
(
hide
)
Description:
Bug 40645: Prevent 'rows' class fieldset from floating
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-23 14:06:06 UTC
Size:
1.19 KB
patch
obsolete
>From 24c4ac93ab2b12bce3dfb52aea0c8d595064a898 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 <oleonard@myacpl.org> >--- > .../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 %]</title > > > [% INCLUDE 'doc-head-close.inc' %] >+<style> >+ fieldset.rows { >+ float: none; >+ } >+</style> > </head> > > <body id="lists_addbybiblionumber" class="lists"> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40645
:
185374
|
185377
|
185709
| 185725