$topic_links */ ?> if (count($topics) > 0) : ?>
| = _('Thema') ?> | = _('Termine') ?> | ||||
|---|---|---|---|---|---|
| if ($topic->paper_related): ?> = Icon::create('glossary')->asSvg(array_merge( ['class' => 'text-top'], tooltip2(_('Thema behandelt eine Hausarbeit oder ein Referat')) )) ?> endif; ?> = htmlReady($topic['title']) ?> |
|
||||
if ($GLOBALS['perm']->have_studip_perm("tutor", Context::getId())) : ?>
= Studip\LinkButton::createEdit(
_('Bearbeiten'),
$controller->editURL($topic),
['data-dialog' => '']
) ?>
if (!$cancelled_dates_locked && $topic->dates->count()) : ?>
= \Studip\LinkButton::create(_('Alle Termine ausfallen lassen'), URLHelper::getURL("dispatch.php/course/cancel_dates", ['issue_id' => $topic->getId()]), ['data-dialog' => '']) ?>
endif ?>
endif ?>
|
|||||