X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_deferred_results.html;h=f2061899a9423f68d2eec1f73f4f1d7f7166a8de;hb=373673499958d1b5c5f6551ea2f30539e0ad6382;hp=050ca5ade12ca14cdb3a5952cae7b896609f66b0;hpb=b2930e37cd4bfd276be6c785e1cd7fff0f503aef;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_deferred_results.html b/templates/webpages/csv_import/_deferred_results.html index 050ca5ade..f2061899a 100644 --- a/templates/webpages/csv_import/_deferred_results.html +++ b/templates/webpages/csv_import/_deferred_results.html @@ -4,7 +4,7 @@

[% 'Import Status' | $T8 %]

-[% PROCESS 'common/flash.html' %] +[% INCLUDE 'common/flash.html' %] [% UNLESS SELF.background_job.data_as_hash.errors %]
@@ -24,9 +24,9 @@ } [%- 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, 100); + window.setTimeout(reload_results, 500); }) [%- END %]