Revision d58f0807
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
templates/webpages/file/list.html | ||
---|---|---|
12 | 12 |
[%- FOREACH source = SOURCES %] |
13 | 13 |
<table style="width: 100%" > |
14 | 14 |
<thead> |
15 |
<tr><th class="listheading" colspan="6">[% source.title %]</th></tr>
|
|
15 |
<tr><th class="listheading" colspan="[% IF file_type == 'image' %]8[% ELSE %]6[% END %]">[% source.title %]</th></tr>
|
|
16 | 16 |
<tr> |
17 | 17 |
[%- SET checkname = source.chk_action %] |
18 | 18 |
[%- IF is_global %] |
Auch abrufbar als: Unified diff
Dateimanagement: anderes colspan bei Bilder berücksichtigen