Bugzilla – Attachment 165407 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 deletion
Bug-36295-Space-out-content-blocks-in-batch-record.patch (text/plain), 1.39 KB, created by
Martin Renvoize (ashimema)
on 2024-04-23 15:31:54 UTC
(
hide
)
Description:
Bug 36295: Space out content blocks in batch record deletion
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-23 15:31:54 UTC
Size:
1.39 KB
patch
obsolete
>From 90b45a6fb50b3a4e7b0c1dc9747af93db5d2d0fb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 9 Apr 2024 12:02:40 +0000 >Subject: [PATCH] Bug 36295: Space out content blocks in batch record deletion > >This patch adds a float-clearing line break to the batch record deletion >template so that the "Record type" section has visual separation from >the record number submission tabs. > >To test, apply the patch and go to Cataloging -> Batch record deletion. > >There should be padding between the two sections. > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >index 37dbaafd570..1a35c5f7ffe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >@@ -96,6 +96,8 @@ > </ol> > </fieldset> > >+ <br class="clear" /> >+ > [% WRAPPER tabs id= "batch_del_form" %] > [% WRAPPER tabs_nav %] > [% WRAPPER tab_item tabname= "uploadfile_tab" bt_active= 1 %] <span>Upload a file</span> [% END %] >-- >2.44.0
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