Skip to content
Snippets Groups Projects
Select Git revision
  • 7bdeb341efea0ca705cdff59a83169df2e9f8741
  • main default protected
  • studip-rector
  • ci-opt
  • course-members-export-as-word
  • data-vue-app
  • pipeline-improvements
  • webpack-optimizations
  • rector
  • icon-renewal
  • http-client-and-factories
  • jsonapi-atomic-operations
  • vueify-messages
  • tic-2341
  • 135-translatable-study-areas
  • extensible-sorm-action-parameters
  • sorm-configuration-trait
  • jsonapi-mvv-routes
  • docblocks-for-magic-methods
19 results

evaluation.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>