diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2023-01-23 14:06:33 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2023-01-23 14:06:33 +0000 |
| commit | bd6c2bddb4d00f074751c4ac5db8e2c6e8e2c85c (patch) | |
| tree | 7567d237fd8dd0e06442799fe96a723e55170cc0 /app | |
| parent | 61cff0278cb6e8a21feedbcef10094d0d43119a6 (diff) | |
made the times / rooms section on the course details page more accessible, closes #1244
Closes #1244
Merge request studip/studip!840
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/course/details/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/course/details/index.php b/app/views/course/details/index.php index 2e3a1a9..d508181 100644 --- a/app/views/course/details/index.php +++ b/app/views/course/details/index.php @@ -310,12 +310,12 @@ <article class="studip"> <header> - <h1><?= _('Veranstaltungsort') ?> / <?= _('Veranstaltungszeiten')?></h1> + <h1><?= _('Räume und Zeiten') ?></h1> </header> <section> <?= $sem->getDatesTemplate( 'dates/seminar_html_location', - ['ort' => $course->ort, 'disable_list_shrinking' => true, 'show_room' => false] + ['ort' => $course->ort] ) ?> </section> </article> |
