import button einblenden nach erfolgreichem test.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 15 Nov 2012 17:24:37 +0000 (18:24 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Jan 2013 12:57:25 +0000 (13:57 +0100)
templates/webpages/csv_import/report.html

index 353e873..264beda 100644 (file)
@@ -27,5 +27,8 @@
  [%- END %]
 [%- END %]
 
-
  </table>
+
+<script type='text/javascript'>
+  $(function(){ $('#action_import').show() });
+</script>