X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/72b340de2352eec7d3f99a00e2141a2df35f07f3..53593baa211863fbf66540cf1bcc36c8fb37257f:/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 fe088e25e..000000000 --- a/templates/webpages/csv_import/_preview.html +++ /dev/null @@ -1,46 +0,0 @@ -[% USE HTML %] -[% USE LxERP %] - -[% IF SELF.data.size %] -

- [%- IF SELF.import_status == 'tested' %] - [%- LxERP.t8('Import preview') %] - [%- ELSE %] - [%- LxERP.t8('Import result') %] - [%- END %] -

- - - - [%- 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 %] -
-[%- END %]