Bugzilla – Attachment 185377 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: Remove 'rows' class form fieldset
Bug-40645-Remove-rows-class-form-fieldset.patch (text/plain), 1.38 KB, created by
David Flater
on 2025-08-13 18:13:24 UTC
(
hide
)
Description:
Bug 40645: Remove 'rows' class form fieldset
Filename:
MIME Type:
Creator:
David Flater
Created:
2025-08-13 18:13:24 UTC
Size:
1.38 KB
patch
obsolete
>From 66e083e1d30e533906e05cd7adec6b0d04e28ca0 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 > >Signed-off-by: David Flater <flaterdavid@gmail.com> >--- > .../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 8dcaf8b7e5..db9f8e6bdc 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 %] > >- <fieldset class="rows" >- ><legend>Add to a new list:</legend> >+ <fieldset> >+ <legend>Add to a new list:</legend> > <ol > ><li> > <label for="newvirtualshelf"> List name: </label> >-- >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