Select Git revision
HelpContent.class.php
Forked from
Stud.IP / Stud.IP
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
_table-header.php 449 B
<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>