Bugzilla – Attachment 185374 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.33 KB, created by
Nick Clemens (kidclamp)
on 2025-08-13 14:33:07 UTC
(
hide
)
Description:
Bug 40645: Remove 'rows' class form fieldset
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-08-13 14:33:07 UTC
Size:
1.33 KB
patch
obsolete
>From 7cb217c212a13287e0d779d8c43126f6e273063b 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 >--- > .../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 %] > >- <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