diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2025-03-04 07:51:32 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-04 14:54:42 +0100 |
| commit | d6d2cc41a05fb9b56bf46735c6c7a909ea050bb9 (patch) | |
| tree | 4f793f9ec7f46450288e16613440865ffcd9e2ba /templates | |
| parent | e3eaa8383cbb88674b20e593abdf3931efd14478 (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.php | 20 |
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> |
