aboutsummaryrefslogtreecommitdiff
path: root/app/views/module/institute/details.php
blob: d50953d00bacd64a89adc7873f19c79c2e562bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<td colspan="2">
    <table class="default collapsable">
        <thead>
            <tr>
                <th style="width: 7%;"><?= _('Modulcode') ?></th>
                <th><?= _('Modul') ?></th>
                <th style="width: 5%;"><?= _('Fassung') ?></th>
                <th style="width: 5%;"><?= _('Modulteile') ?></th>
                <th style="width: 150px;">
                    <?= _('Ausgabesprachen') ?>
                </th>
                <th style="width: 5%; text-align: right;"><?= _('Aktionen') ?></th>
            </tr>
        </thead>
        <?= $this->render_partial('module/module/module') ?>
    </table>
</td>