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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +1 lines)
Lines 216-222 $(document).ready(function() { Link Here
216
      There are no record ids defined.
216
      There are no record ids defined.
217
    [% END %]
217
    [% END %]
218
  [% ELSIF op == 'report' %]
218
  [% ELSIF op == 'report' %]
219
    [% IF report.total_records == report.total_success %]
219
    [% IF report.total_records > 0 && report.total_records == report.total_success %]
220
      All records have been deleted successfully!
220
      All records have been deleted successfully!
221
    [% ELSIF report.total_success == 0 %]
221
    [% ELSIF report.total_success == 0 %]
222
      No record has been deleted. An error occurred.
222
      No record has been deleted. An error occurred.
223
- 

Return to bug 16949