Revision 4eb7a677
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
templates/webpages/csv_import/_preview.html | ||
---|---|---|
1 | 1 |
[% USE HTML %] |
2 | 2 |
[% USE LxERP %] |
3 | 3 |
|
4 |
<h3> |
|
5 |
[%- IF SELF.import_status == 'tested' %] |
|
6 |
[%- LxERP.t8('Import preview') %] |
|
7 |
[%- ELSE %] |
|
8 |
[%- LxERP.t8('Import result') %] |
|
9 |
[%- END %] |
|
10 |
</h3> |
|
11 |
|
|
12 | 4 |
[% IF SELF.data.size %] |
5 |
<h3> |
|
6 |
[%- IF SELF.import_status == 'tested' %] |
|
7 |
[%- LxERP.t8('Import preview') %] |
|
8 |
[%- ELSE %] |
|
9 |
[%- LxERP.t8('Import result') %] |
|
10 |
[%- END %] |
|
11 |
</h3> |
|
12 |
|
|
13 | 13 |
<table> |
14 | 14 |
<tr class="listheading"> |
15 | 15 |
[%- FOREACH column = SELF.headers.headers %] |
Auch abrufbar als: Unified diff
Überschrift nur anzeigen, wenn dauzgehörige Tabelle auch angezeigt wird