aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de>2025-03-04 07:51:32 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-04 07:51:32 +0000
commit53b6639939c9e5de034284655bdc50782dbc80f0 (patch)
tree2e5b3b3e39bea61b43e090bb1fab6d4778bc27a5 /templates
parentfbd1b2cf0036300792f6535ae9aa5a44a028f34c (diff)
Resolve "Timeout bei großen Blubber Threads"
Closes #5313 Merge request studip/studip!4001
Diffstat (limited to 'templates')
-rw-r--r--templates/blubber/course_context.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/blubber/course_context.php b/templates/blubber/course_context.php
index 0d6d2af..583a959 100644
--- a/templates/blubber/course_context.php
+++ b/templates/blubber/course_context.php
@@ -4,28 +4,8 @@
<a href="<?= URLHelper::getLink("dispatch.php/course/go", ['to' => $course->getId()]) ?>">
<?= htmlReady($course->name) ?>
</a>
- <div class="icons">
- <ul class="my-courses-navigation">
- <? foreach ($icons as $icon) : ?>
- <li class="my-courses-navigation-item <? if ($icon->getImage()->signalsAttention()) echo 'my-courses-navigation-important'; ?>">
- <a href="<?= URLHelper::getLink("dispatch.php/course/go", ['to' => $course->getId(), 'redirect_to' => $icon->getURL()]) ?>"<?= $icon->getTitle() ? ' title="'.htmlReady($icon->getTitle()).'"' : "" ?>>
- <?= $icon->getImage() ?>
- </a>
- </li>
- <? endforeach ?>
- </ul>
- </div>
</div>
</div>
- <? if ($nextdate) : ?>
- <div>
- <h4><?= _('Nächster Termin') ?></h4>
- <a href="<?= URLHelper::getLink("dispatch.php/course/dates/details/".$nextdate->getId(), ['cid' => $course->id]) ?>" data-dialog="size=auto">
- <?= Icon::create('date')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?>
- <?= htmlReady($nextdate->getFullName()) ?>
- </a>
- </div>
- <? endif ?>
<div>
<? $sem_class = $course->getSemClass() ?>
<h4><?= htmlReady($sem_class['title_dozent_plural'] ?: $GLOBALS['DEFAULT_TITLE_FOR_STATUS']['dozent'][1]) ?></h4>