X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f87763cd84d89aafc4c4110ba42d041b02ce4371..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/csv_import/_errors.html diff --git a/templates/webpages/csv_import/_errors.html b/templates/webpages/csv_import/_errors.html deleted file mode 100644 index 3fda491f1..000000000 --- a/templates/webpages/csv_import/_errors.html +++ /dev/null @@ -1,21 +0,0 @@ -[% USE LxERP %] - -

[%- LxERP.t8('Errors') %]

- -

[%- LxERP.t8('Found #1 errors.', SELF.errors.size) %]

- - - - - - - - [% FOREACH err = SELF.errors %] - - - - - - [% END %] -
[%- LxERP.t8('Line and column') %][%- LxERP.t8('Block') %][%- LxERP.t8('Error') %]
[% err.4 %]:[% err.3 %][% err.0 %][% err.2 %]
-[% END %]