Bugzilla – Attachment 143931 Details for
Bug 32112
Move "Delete selected items" button to new line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32112: Move 'Delete selected items' to its own line
Bug-32112-Move-Delete-selected-items-to-its-own-li.patch (text/plain), 1.80 KB, created by
David Nind
on 2022-11-15 20:34:46 UTC
(
hide
)
Description:
Bug 32112: Move 'Delete selected items' to its own line
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-15 20:34:46 UTC
Size:
1.80 KB
patch
obsolete
>From 8b36899625f59c1eb104cfab81cba44812627a4e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 15 Nov 2022 17:38:57 +0100 >Subject: [PATCH] Bug 32112: Move 'Delete selected items' to its own line > >This moves the checkbox and its label out of the action field set >which makes it appear above the bottons instead of in front of it. > >To test: >* Go to any record >* Select items and send to item batch delete >* Verify checkbox appears in front of button >* Apply patch >* Verify the checkbox and the yellow 'delete selected items' button > are now on separate lines > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >index 82f1fc3ee3..da88fb0343 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >@@ -147,8 +147,9 @@ > <input type="hidden" name="op" value="[% op | html %]" /> > <p>This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.</p> > <input type="hidden" name="del" value="1" /> >+ <input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label> >+ > <fieldset class="action"> >- <input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label> > [% IF too_many_items_display %] > <input type="submit" name="mainformsubmit" class="btn btn-primary" value="Delete ALL submitted items" /> > [% ELSE %] >-- >2.30.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 32112
:
143209
|
143210
|
143920
|
143931
|
143944