import button einblenden nach erfolgreichem test.
[kivitendo-erp.git] / templates / webpages / csv_import / report.html
index e6c34b0..264beda 100644 (file)
@@ -15,7 +15,7 @@
   </tr>
  [%- ELSE %]
   [% csv_import_report_errors = SELF.report.folded_status.${loop.index}.errors %]
-  <tr class="[% IF csv_import_report_errors.size %]redrow[% ELSE %]listrow[% END %][% loop.count % 2 %]">
+  <tr class="[% IF csv_import_report_errors.size %]redrow[% ELSE %]listrow[% END %][% 1 - loop.count % 2 %]">
   [%- FOREACH value = row %]
    <td>[%- value | html  %]</td>
   [%- END %]
@@ -27,5 +27,8 @@
  [%- END %]
 [%- END %]
 
-
  </table>
+
+<script type='text/javascript'>
+  $(function(){ $('#action_import').show() });
+</script>