blob: 9d2ad871ca2956640046230c64d53d2c2d9d97e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<colgroup>
<col style="width: 20%">
<col>
<col style="width: 80px">
<col style="width: 25%">
<col style="width: 24px">
</colgroup>
<thead>
<tr class="sortable">
<th data-sort="text"><?= _('Name') ?></th>
<th data-sort="false"><?= _('Beschreibung') ?></th>
<th data-sort="htmldata"><?= _('Letzte Änderung') ?></th>
<th data-sort="text"><?= _('Erstellt von') ?></th>
<th data-sort="false"></th>
</tr>
</thead>
|