Bugzilla – Attachment 44566 Details for
Bug 14632
Incorrect alert while deleting single item in batch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14632 [QA Followup] - Restore missing "Delete batch" button.
PASSED-QA-Bug-14632-QA-Followup---Restore-missing-.patch (text/plain), 1.74 KB, created by
Kyle M Hall (khall)
on 2015-11-06 14:28:28 UTC
(
hide
)
Description:
[PASSED QA] Bug 14632 [QA Followup] - Restore missing "Delete batch" button.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-11-06 14:28:28 UTC
Size:
1.74 KB
patch
obsolete
>From b769d473e956bc08dee4b8ede7dee25db37e7b16 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 6 Nov 2015 09:20:31 -0500 >Subject: [PATCH] [PASSED QA] Bug 14632 [QA Followup] - Restore missing "Delete batch" button. > >This button was removed by accident in bug 14676 > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/patroncards/edit-batch.tt | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >index 9118653..ab5bbec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >@@ -203,6 +203,7 @@ > <div id="batch-manage" class="action"> > <a class="btn btn-small" id="additems" href="#"><icon class="fa fa-plus"></icon> Add patron(s)</a>[% IF ( table_loop ) %] > <a class="btn btn-small" id="removeitems" href="#"><icon class="fa fa-trash"></icon> Remove selected patrons</a> >+ <a class="btn btn-small" id="deletebatch" href="#"><icon class="fa fa-minus-square"></icon> Delete batch</a> > <a class="btn btn-small" id="deduplicate" href="#"><icon class="fa fa-minus"></icon> Remove duplicates</a> > <a class="btn btn-small" id="exportitems" href="#"><icon class="fa fa-share-square-o"></icon> Export selected card(s)</a> > <a class="btn btn-small" id="exportbatch" href="#"><icon class="fa fa-share-square-o"></icon> Export card batch</a>[% END %] >-- >1.7.2.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 14632
:
41307
|
44332
|
44564
|
44565
| 44566