Dateimanagement: anderes colspan bei Bilder berücksichtigen
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 2 May 2022 14:02:07 +0000 (16:02 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 2 May 2022 14:07:46 +0000 (16:07 +0200)
templates/webpages/file/list.html

index 315e886..66a3d33 100644 (file)
@@ -12,7 +12,7 @@
  [%- FOREACH source = SOURCES %]
   <table style="width: 100%" >
    <thead>
-    <tr><th class="listheading" colspan="6">[% source.title %]</th></tr>
+    <tr><th class="listheading" colspan="[% IF file_type == 'image' %]8[% ELSE %]6[% END %]">[% source.title %]</th></tr>
     <tr>
      [%- SET checkname = source.chk_action %]
      [%- IF is_global %]