Revision 36eabd27
Von Bernd Bleßmann vor fast 8 Jahren hinzugefügt
templates/webpages/csv_import/report.html | ||
---|---|---|
37 | 37 |
</tr> |
38 | 38 |
[%- ELSE %] |
39 | 39 |
[% csv_import_report_errors = SELF.report_status.${rownum}.errors %] |
40 |
<tr class="listrow[% IF csv_import_report_errors && csv_import_report_errors.size %]_error[% END %][% 1 - loop.count % 2 %]">
|
|
40 |
<tr class="listrow[% IF csv_import_report_errors && csv_import_report_errors.size %]_error[% END %][% (loop.count + SELF.report_numheaders) % 2 %]">
|
|
41 | 41 |
[%- FOREACH value = SELF.report_rows.${rownum} %] |
42 | 42 |
<td>[%- value | html %]</td> |
43 | 43 |
[%- END %] |
Auch abrufbar als: Unified diff
CsvImport: Bericht: auch bei Multiplex-Daten Alternierung nach Überschriften …
… beginnen. Dazu die Anzahl der Überschriften berücksichtigen.