Bugzilla – Attachment 182114 Details for
Bug 39179
ILL batches should allow editing without having to add new requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39179: Update style of 'remove' button when adding requests to batch
Bug-39179-Update-style-of-remove-button-when-addin.patch (text/plain), 1.24 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-05-08 20:02:37 UTC
(
hide
)
Description:
Bug 39179: Update style of 'remove' button when adding requests to batch
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-05-08 20:02:37 UTC
Size:
1.24 KB
patch
obsolete
>From 935588041629fe86a2f7386e17e94741e9d5eb85 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 20 Feb 2025 15:17:11 -0100 >Subject: [PATCH] Bug 39179: Update style of 'remove' button when adding > requests to batch > >Sponsored-by: UKHSA - UK Health Security Agency >Signed-off-by: Jeremy Evans <Jeremy.Evans@ukhsa.gov.uk> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js b/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js >index a9811a33486..e59f2786f09 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js >@@ -1062,7 +1062,8 @@ > '<button type="button" aria-label=' + > ill_button_remove + > (data.requestId ? ' disabled aria-disabled="true"' : "") + >- ' class="btn btn-xs btn-danger remove-row">' + >+ ' class="btn btn-xs btn-default remove-row">' + >+ '<i class="fa fa-trash-can" aria-hidden="true" style="pointer-events:none"></i> ' + > ill_button_remove + > "</button>" > ); >-- >2.49.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 39179
:
178433
|
178434
|
178435
|
178436
|
178437
|
178853
|
178854
|
178855
|
178856
|
178857
|
182113
| 182114 |
182115
|
182116
|
182117