X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_preview.html;h=fe088e25ecd31c448031737d3487013e84e679ab;hb=b1b4e6878345cc1a8b590dd7362e4a50048f2417;hp=d36000cc9c7471158972dbe4f48251491895bc30;hpb=4753781c3e312b57c78bde0ad7b95e72c09b498b;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_preview.html b/templates/webpages/csv_import/_preview.html index d36000cc9..fe088e25e 100644 --- a/templates/webpages/csv_import/_preview.html +++ b/templates/webpages/csv_import/_preview.html @@ -12,6 +12,9 @@ + [%- FOREACH column = SELF.info_headers.headers %] + + [%- END %] [%- FOREACH column = SELF.headers.headers %] [%- END %] @@ -23,6 +26,9 @@ [%- FOREACH row = SELF.data %] + [%- FOREACH method = SELF.info_headers.methods %] + + [%- END %] [%- FOREACH method = SELF.headers.methods %] [%- END %]
[%- HTML.escape(column) %][%- HTML.escape(column) %]
[%- HTML.escape(row.info_data.$method) %][%- HTML.escape(row.object.$method) %]