Asynchroner Import
[kivitendo-erp.git] / templates / webpages / csv_import / _results.html
1   [%- IF SELF.errors %]
2    [%- PROCESS 'csv_import/_errors.html' %]
3   [%- END %]
4
5   [%- PROCESS 'csv_import/_result.html' %]
6   [%- PROCESS 'csv_import/_preview.html' %]
7
8 [% IF progress == 100 %]
9 <script type='text/javascript'>
10   $(function(){ $('#action_import').show() })
11 </script>
12 [% END %]