From 4eb7a6774b7bd387c9d4b98f061af22d656509f3 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 2 Mar 2011 09:42:51 +0100 Subject: [PATCH] =?utf8?q?=C3=9Cberschrift=20nur=20anzeigen,=20wenn=20dauz?= =?utf8?q?geh=C3=B6rige=20Tabelle=20auch=20angezeigt=20wird?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/csv_import/_preview.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/webpages/csv_import/_preview.html b/templates/webpages/csv_import/_preview.html index ee166995f..139f4c8b0 100644 --- a/templates/webpages/csv_import/_preview.html +++ b/templates/webpages/csv_import/_preview.html @@ -1,15 +1,15 @@ [% USE HTML %] [% USE LxERP %] -

- [%- IF SELF.import_status == 'tested' %] - [%- LxERP.t8('Import preview') %] - [%- ELSE %] - [%- LxERP.t8('Import result') %] - [%- END %] -

- [% IF SELF.data.size %] +

+ [%- IF SELF.import_status == 'tested' %] + [%- LxERP.t8('Import preview') %] + [%- ELSE %] + [%- LxERP.t8('Import result') %] + [%- END %] +

+ [%- FOREACH column = SELF.headers.headers %] -- 2.20.1