15 Dec
2025
15 Dec
'25
4:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38217 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- Also "Cancel": koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt: result += '<a class="btn btn-default btn-xs submit-form-link" role="button" href="#" data-action="/cgi-bin/koha/admin/background_jobs.pl" data-method="post" data-op="cud-cancel" data-confirmation-msg="[% t('Are you sure you want to cancel this job?') | html %]" data-id="'+ encodeURIComponent(row.job_id) +'"><i class="fa fa-trash-can" aria-hidden="true"></i> '+_("Cancel")+'</a>'; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.