X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_preview.html;h=fe088e25ecd31c448031737d3487013e84e679ab;hb=8b6ad9a4da005f880abf86378299756cebae75c4;hp=139f4c8b06f52d412f4f701f099e11e190fa1fbe;hpb=4eb7a6774b7bd387c9d4b98f061af22d656509f3;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_preview.html b/templates/webpages/csv_import/_preview.html index 139f4c8b0..fe088e25e 100644 --- a/templates/webpages/csv_import/_preview.html +++ b/templates/webpages/csv_import/_preview.html @@ -12,19 +12,32 @@ + [%- FOREACH column = SELF.info_headers.headers %] + + [%- END %] [%- FOREACH column = SELF.headers.headers %] [%- END %] + [%- FOREACH column = SELF.raw_data_headers.headers %] + + [%- END %] [%- FOREACH row = SELF.data %] + [%- FOREACH method = SELF.info_headers.methods %] + + [%- END %] [%- FOREACH method = SELF.headers.methods %] [%- END %] + [%- FOREACH method = SELF.raw_data_headers.headers %] + + [%- END %] [%- END %]
[%- HTML.escape(column) %][%- HTML.escape(column) %][%- HTML.escape(column) %][%- LxERP.t8('Notes') %]
[%- HTML.escape(row.info_data.$method) %][%- HTML.escape(row.object.$method) %][%- HTML.escape(row.raw_data.$method) %] [%- FOREACH error = row.errors %][%- HTML.escape(error) %][% UNLESS loop.last %]
[%- END %][%- END %] + [%- FOREACH info = row.information %][% IF !loop.first || row.errors.size %]
[%- END %][%- HTML.escape(info) %][%- END %]