Bugzilla – Attachment 164860 Details for
Bug 36295
Space out content blocks in batch record deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36295: Space out content blocks in batch record modification
Bug-36295-Space-out-content-blocks-in-batch-record.patch (text/plain), 1.27 KB, created by
Brendan Lawlor
on 2024-04-12 16:44:34 UTC
(
hide
)
Description:
Bug 36295: Space out content blocks in batch record modification
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2024-04-12 16:44:34 UTC
Size:
1.27 KB
patch
obsolete
>From 17e10371b20e056dd7fd2f0c42f552ac56beed44 Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Fri, 12 Apr 2024 16:40:41 +0000 >Subject: [PATCH] Bug 36295: Space out content blocks in batch record > modification > >This patch adds a float clearing class to a line break in the batch record modification template to fix a spacing issue in Chrome. > >To test apply the patch and go to Cataloging -> Batch record modification > >There should be space between the two sections. >--- > .../prog/en/modules/tools/batch_record_modification.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 2f62c2d81f..2bec589940 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -95,7 +95,7 @@ > </ol> > </fieldset> > >- <br><br> >+ <br class="clear"/> > > [% WRAPPER tabs id= "batch_mod_form" %] > [% WRAPPER tabs_nav %] >-- >2.39.2
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 36295
:
164554
|
164860
|
164889
|
164890
|
165407
|
165408