Revision 401434b3
Von Bernd Bleßmann vor 10 Monaten hinzugefügt
templates/design40_webpages/csv_import/report.html | ||
---|---|---|
47 | 47 |
<tbody> |
48 | 48 |
[% FOREACH rownum = SELF.display_rows %] |
49 | 49 |
[% SET to_pad = max_col - SELF.report_rows.${rownum}.size %] |
50 |
[% IF rownum > SELF.report_numheaders %] |
|
50 |
[% IF rownum >= SELF.report_numheaders %]
|
|
51 | 51 |
[% csv_import_report_errors = SELF.report_status.${rownum}.errors %] |
52 | 52 |
<tr class="listrow[% IF csv_import_report_errors && csv_import_report_errors.size %]_error[% END %][% (loop.count + SELF.report_numheaders) % 2 %]"> |
53 | 53 |
[% FOREACH value = SELF.report_rows.${rownum} %] |
Auch abrufbar als: Unified diff
Design4.0: Csv-Import-Report: auch erste Datenzeile anzeigen
Behebt #651 (redmine)