X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5ece50029a119fbdc50cf0f325e0ac89c279c77b..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/templates/webpages/csv_import/_deferred_results.html diff --git a/templates/webpages/csv_import/_deferred_results.html b/templates/webpages/csv_import/_deferred_results.html index 1a411f00e..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,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); })