X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_errors.html;h=1a7d661cf91b211e2552eed556b11d69e92b2395;hb=01678c873dfa6fcbe5003789e79d8b7ad7c93551;hp=3fda491f1990dcf5ce965c6be12728d3f7af06dd;hpb=f87763cd84d89aafc4c4110ba42d041b02ce4371;p=kivitendo-erp.git 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 %] +