diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-05 13:34:18 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-05 13:34:30 +0100 |
| commit | 3883474e337e6d019f69a15ddd3227f337e270c0 (patch) | |
| tree | d8cf6f2294b3fd03383d0d9d4b3d5eacf1222f8d /app/views/shared/modul/overview.php | |
| parent | f982cc1e3d2ca0d269dd19f5f421734a94d3468e (diff) | |
Revert "Resolve "Sprachauswahl für Originalfassung der Modul(teil)-Deskriptoren", fixes #4261"
This reverts commit fcc7482d7d002ae4dcfd095d68ed25d68d0e0adc.
Diffstat (limited to 'app/views/shared/modul/overview.php')
| -rw-r--r-- | app/views/shared/modul/overview.php | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/app/views/shared/modul/overview.php b/app/views/shared/modul/overview.php index be91c7a..4bfd71e 100644 --- a/app/views/shared/modul/overview.php +++ b/app/views/shared/modul/overview.php @@ -1,15 +1,3 @@ -<?php -/** - * @var Modul $modul - * @var Institute $institut - * @var ModulDeskriptor $deskriptor - * @var array $modulteile - * @var Semester $semester - * @var string $pruef_ebene - * @var int $type - */ -?> - <table class="default mvv-modul-details nohover"> <tr> <th class="mvv-modul-details-head" style="width: 30%"><?= htmlReady($modul->code) ?></th> @@ -46,10 +34,10 @@ <tr> <td colspan="4" style="padding: 0;"> <table class="default nohover"> - <? if (mb_strlen($deskriptor->voraussetzung) > 0): ?> + <? if (mb_strlen($teilnahmeVoraussetzung) > 0): ?> <tr> <td style="width: 20%; font-weight: bold;"><?= _('Teilnahmevoraussetzungen') ?></td> - <td ><?= formatReady($deskriptor->voraussetzung) ?></td> + <td ><?= formatReady($teilnahmeVoraussetzung) ?></td> </tr> <? endif; ?> <? if (mb_strlen($deskriptor->kommentar)) : ?> @@ -116,7 +104,7 @@ <th><?= _('Prüfungsleistung') ?></th> <? endif; ?> </tr> - <? foreach ($modulteile as $modul_teil): ?> + <? foreach ($modulTeile as $modul_teil): ?> <tr> <? if ($type === 1): ?> <td> |
