Skip to content
Snippets Groups Projects
Select Git revision
  • 9575bfa6adb2965735ade3f2cfccb1459434f698
  • main default protected
  • pdf-annotieren
  • pdf-annotieren-2.0
  • issue-4244
  • issues-4244-b
  • pdf-annotieren-old
  • biest-4274
  • issue-2982
  • issue-660
  • issue-3326
  • issue-3270
  • issue-3616
  • 5.1
  • 5.2
  • 5.3
  • 5.4
  • 5.5
  • issue-4255
  • issue-4261
  • issue-4262
  • v5.4.2
  • v5.3.5
  • v5.2.7
  • v5.1.8
  • v5.4.1
  • v5.3.4
  • v5.2.6
  • v5.1.7
  • v5.0.9
  • v5.4
  • v5.3.3
  • v5.2.5
  • v5.1.6
  • v5.0.8
  • v5.3.2
  • v5.2.4
  • v5.1.5
  • v5.0.7
  • v5.3.1
  • v5.2.3
41 results

HelpContent.class.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>