|
|
= htmlReady($topic['title']) ?>
if ($topic->paper_related): ?>
= Icon::create('info-circle')->asImg(array_merge(
tooltip2(_('Thema behandelt eine Hausarbeit oder ein Referat'))
)) ?>
endif ?>
|
= $this->render_partial('course/topics/_dates.php', ['topic' => $topic]) ?>
|
= $this->render_partial('course/topics/_material.php', ['topic' => $topic]) ?>
|
= formatReady($topic['description']) ?>
|
if ($is_tutor) : ?>
$move_up_label = sprintf(_('%s nach oben verschieben'), htmlReady($topic->title));
if ($topic_links[$topic->id]['previous']) : ?>
else : ?>
= Icon::create('arr_2up', Icon::ROLE_INACTIVE) ?>
endif ?>
$move_down_label = sprintf(_('%s nach unten verschieben'), htmlReady($topic->title));
if ($topic_links[$topic->id]['next']) : ?>
else : ?>
= Icon::create('arr_2down', Icon::ROLE_INACTIVE) ?>
endif ?>
= $controller->getActionMenu($topic) ?>
|
endif ?>
endforeach ?>