]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/_results.html
Asynchroner Import
[mfinanz.git] / templates / webpages / csv_import / _results.html
diff --git a/templates/webpages/csv_import/_results.html b/templates/webpages/csv_import/_results.html
new file mode 100644 (file)
index 0000000..56ec933
--- /dev/null
@@ -0,0 +1,12 @@
+  [%- IF SELF.errors %]
+   [%- PROCESS 'csv_import/_errors.html' %]
+  [%- END %]
+
+  [%- PROCESS 'csv_import/_result.html' %]
+  [%- PROCESS 'csv_import/_preview.html' %]
+
+[% IF progress == 100 %]
+<script type='text/javascript'>
+  $(function(){ $('#action_import').show() })
+</script>
+[% END %]