https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42804 --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 201139 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201139&action=edit Bug 42804: (follow-up) Replace confirm() with Bootstrap modal for delete This patch replaces the browser-native confirm() dialog with a proper Bootstrap modal for the cover image delete action on the upload page, consistent with other delete confirmation patterns in Koha (e.g. delete_item_confirmation.inc). Test plan: 1. Apply patch 2. Navigate to Tools > Upload local cover image for a biblio with images 3. Click the delete icon on a thumbnail => SUCCESS: Bootstrap modal appears asking for confirmation 4. Click Cancel => SUCCESS: Modal dismisses, image not deleted 5. Click Delete => SUCCESS: Image removed 6. Sign off :-D Sponsored-by: ByWater Solutions Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.