X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..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 1a7d661cf..000000000 --- a/templates/webpages/csv_import/_errors.html +++ /dev/null @@ -1,20 +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 %]