]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/report.html
CSV-Import nach Import kein "Import" Button
[mfinanz.git] / templates / webpages / csv_import / report.html
index 91f3881ee6d5c6fcce5d94ab681c546e50fff9cb..ab1cae0cfaa5688b0689fcfd1d32de1721a416c8 100644 (file)
@@ -45,5 +45,5 @@
 [%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %]
 
 <script type='text/javascript'>
-  $(function(){ $('#action_import').show() });
+  $(function(){ [%- IF SELF.reporterror %] kivi.clear_flash('info',0);kivi.display_flash('error','[% SELF.reporterror %]',0); [%- ELSE %][%- IF SELF.report.test_mode %] $('#action_import').show() [%- END %][%- END %] });
 </script>