From: Moritz Bunkus Date: Wed, 2 Mar 2011 08:41:58 +0000 (+0100) Subject: Ein [% END %] zu viel X-Git-Tag: release-2.7.0beta1~396^2~38 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=20122dd02c674d6b860cf12d8b46f637e0d9b864;p=kivitendo-erp.git Ein [% END %] zu viel --- diff --git a/templates/webpages/csv_import/_errors.html b/templates/webpages/csv_import/_errors.html index 3fda491f1..e96ac5010 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 %] +