CSV-Import nach Import kein "Import" Button
authorMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Thu, 15 Sep 2016 16:56:44 +0000 (18:56 +0200)
committerMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Thu, 15 Sep 2016 16:56:44 +0000 (18:56 +0200)
Um doppeltes Importieren zu verhindern, wird der "Import" Button nur nach dem Test einmal sichtbar

templates/webpages/csv_import/report.html

index 91f3881..ab1cae0 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>