Überschrift nur anzeigen, wenn dauzgehörige Tabelle auch angezeigt wird
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 2 Mar 2011 08:42:51 +0000 (09:42 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 16 Jun 2011 06:44:31 +0000 (08:44 +0200)
templates/webpages/csv_import/_preview.html

index ee16699..139f4c8 100644 (file)
@@ -1,15 +1,15 @@
 [% USE HTML %]
 [% USE LxERP %]
 
-<h3>
- [%- IF SELF.import_status == 'tested' %]
-  [%- LxERP.t8('Import preview') %]
- [%- ELSE %]
-  [%- LxERP.t8('Import result') %]
- [%- END %]
-</h3>
-
 [% IF SELF.data.size %]
+ <h3>
+  [%- IF SELF.import_status == 'tested' %]
+   [%- LxERP.t8('Import preview') %]
+  [%- ELSE %]
+   [%- LxERP.t8('Import result') %]
+  [%- END %]
+ </h3>
+
  <table>
   <tr class="listheading">
    [%- FOREACH column = SELF.headers.headers %]