1 2 3 4 5 6 7 8 9 10 11 12 13 14
<colgroup> <col style="width: 40%"> <col> <col style="width: 100px"> <col style="width: 24px"> </colgroup> <thead> <tr> <th><?= _('Name') ?></th> <th><?= _('Wert') ?></th> <th><?= _('Typ') ?></th> <th> </th> </tr> </thead>