Skip to content
Snippets Groups Projects
Select Git revision
  • b2656cae6be78e9cf45571c7e88a2370cd12d67f
  • main default protected
  • step-3263
  • feature/plugins-cli
  • feature/vite
  • step-2484-peerreview
  • biest/issue-5051
  • tests/simplify-jsonapi-tests
  • fix/typo-in-1a70031
  • feature/broadcasting
  • database-seeders-and-factories
  • feature/peer-review-2
  • feature-feedback-jsonapi
  • feature/peerreview
  • feature/balloon-plus
  • feature/stock-images-unsplash
  • tic-2588
  • 5.0
  • 5.2
  • biest/unlock-blocks
  • biest-1514
21 results

_table-header.php

Blame
  • 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>