X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f87763cd84d89aafc4c4110ba42d041b02ce4371..deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44:/templates/webpages/csv_import/_errors.html diff --git a/templates/webpages/csv_import/_errors.html b/templates/webpages/csv_import/_errors.html index 3fda491f1..1a7d661cf 100644 --- a/templates/webpages/csv_import/_errors.html +++ b/templates/webpages/csv_import/_errors.html @@ -1,21 +1,20 @@ [% USE LxERP %] -

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

+

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

-

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

+

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

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