]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 315e886d20cdddf7db85a0e5e43645875ea4927d..66a3d33ad8bc7c8ebd3f8e4d9e874b7e026dadfa 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 %]