X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4eb7a6774b7bd387c9d4b98f061af22d656509f3..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 139f4c8b0..000000000 --- a/templates/webpages/csv_import/_preview.html +++ /dev/null @@ -1,33 +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.headers.headers %] - - [%- END %] - - - - [%- FOREACH row = SELF.data %] - - [%- FOREACH method = SELF.headers.methods %] - - [%- END %] - - - [%- END %] - -
[%- HTML.escape(column) %][%- LxERP.t8('Notes') %]
[%- HTML.escape(row.object.$method) %] - [%- FOREACH error = row.errors %][%- HTML.escape(error) %][% UNLESS loop.last %]
[%- END %][%- END %] -
-[%- END %]