X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_deferred_results.html;h=7f68a32d50d73a381e56b3945eb1d122d129b5e7;hb=e48eb4dc7e721dbdf15417167e9320fd12decf69;hp=1a411f00e5b5bb4763ef6ff998cadc317e979160;hpb=5ece50029a119fbdc50cf0f325e0ac89c279c77b;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_deferred_results.html b/templates/webpages/csv_import/_deferred_results.html index 1a411f00e..7f68a32d5 100644 --- a/templates/webpages/csv_import/_deferred_results.html +++ b/templates/webpages/csv_import/_deferred_results.html @@ -24,7 +24,7 @@ } [%- UNLESS SELF.background_job.data_as_hash.errors %] $(document).ready(function(){ - $('#progress_description').html('[% SELF.background_job.data_as_hash.progress.plan.${SELF.background_job.data_as_hash.progress.phase} %] / [% SELF.background_job.data_as_hash.progress.num_phases %] [% SELF.background_job.data_as_hash.progress.phase | $T8 | html %]'); + $('#progress_description').html('[% SELF.status_text | html %]'); $('#progressbar').progressbar({ value: [% SELF.background_job.data_as_hash.progress.progress * 1 %] }); window.setTimeout(reload_results, 500); })