X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c954dea7c1b814d66b8c31d04fa70a1bbbcce71e..105428c561bd5c569953dca0104fcaf3ce4bc174:/templates/webpages/csv_import/_preview.html diff --git a/templates/webpages/csv_import/_preview.html b/templates/webpages/csv_import/_preview.html deleted file mode 100644 index 01fe4d9ff..000000000 --- a/templates/webpages/csv_import/_preview.html +++ /dev/null @@ -1,48 +0,0 @@ -[% USE HTML %] -[% USE LxERP %] - -[% IF SELF.data.size %] -
| [%- HTML.escape(column) %] | - [%- END %] - [%- FOREACH column = SELF.headers.headers %] -[%- HTML.escape(column) %] | - [%- END %] - [%- FOREACH column = SELF.raw_data_headers.headers %] -[%- HTML.escape(column) %] | - [%- END %] -[%- LxERP.t8('Notes') %] | -
|---|---|---|---|
| [%- HTML.escape(row.info_data.$method) %] | - [%- END %] - [%- FOREACH method = SELF.headers.methods %] -[%- HTML.escape(row.object.$method) %] | - [%- END %] - [%- FOREACH method = SELF.raw_data_headers.headers %] -[%- HTML.escape(row.raw_data.$method) %] | - [%- END %] -
-    [%- 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 %] -  | 
-