View | Details | Raw Unified | Return to bug 39179
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-modal.js (-2 / +2 lines)
Lines 1062-1068 Link Here
1062
            '<button type="button" aria-label=' +
1062
            '<button type="button" aria-label=' +
1063
            ill_button_remove +
1063
            ill_button_remove +
1064
            (data.requestId ? ' disabled aria-disabled="true"' : "") +
1064
            (data.requestId ? ' disabled aria-disabled="true"' : "") +
1065
            ' class="btn btn-xs btn-danger remove-row">' +
1065
            ' class="btn btn-xs btn-default remove-row">' +
1066
            '<i class="fa fa-trash-can" aria-hidden="true" style="pointer-events:none"></i> ' +
1066
            ill_button_remove +
1067
            ill_button_remove +
1067
            "</button>"
1068
            "</button>"
1068
        );
1069
        );
1069
- 

Return to bug 39179