@@ -, +, @@ background_jobs_update_elastic_index.inc git grep background_jobs_update_elastic_index.inc --- .../background_jobs_update_elastic_index.inc | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs_update_elastic_index.inc --- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs_update_elastic_index.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs_update_elastic_index.inc @@ -1,23 +0,0 @@ -[% USE Koha %] - -[% BLOCK report %] - [% SET report = job.report %] - [% IF report %] - [% IF report.total_records == 1 %] - [% IF report.total_success == 1 %] -
The records have successfully been reindexed!
- [% END %] - [% ELSE %] -
- [% report.total_success | html %] / [% report.total_records | html %] records have successfully been reindexed. Some errors occurred. - [% IF job.status == 'cancelled' %]The job has been cancelled before it finished.[% END %] -
- [% END %] - [% END %] -[% END %] - -[% BLOCK detail %] -[% END %] - -[% BLOCK js %] -[% END %] --