aboutsummaryrefslogtreecommitdiff
path: root/app/views/calendar/contentbox/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calendar/contentbox/display.php')
-rw-r--r--app/views/calendar/contentbox/display.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/calendar/contentbox/display.php b/app/views/calendar/contentbox/display.php
index 1c86a97..902df33 100644
--- a/app/views/calendar/contentbox/display.php
+++ b/app/views/calendar/contentbox/display.php
@@ -2,7 +2,7 @@
<article class="studip">
<header>
<h1>
- <?= Icon::create('schedule', 'info')->asSvg() ?>
+ <?= Icon::create('schedule', 'info')->asImg() ?>
<?= htmlReady($title) ?>
</h1>
<nav>
@@ -11,12 +11,12 @@
<a href="<?= URLHelper::getLink('dispatch.php/calendar/date/add') ?>"
data-dialog="reload-on-close"
title="<?= _('Neuen Termin anlegen') ?>" aria-label="<?= _('Neuen Termin anlegen') ?>">
- <?= Icon::create('add')->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('add')->asImg(['class' => 'text-bottom']) ?>
</a>
<? else: ?>
<a href="<?= URLHelper::getLink("dispatch.php/course/timesrooms", ['cid' => $range_id]) ?>"
title="<?= _('Neuen Termin anlegen') ?>" aria-label="<?= _('Neuen Termin anlegen') ?>">
- <?= Icon::create('admin')->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('admin')->asImg(['class' => 'text-bottom']) ?>
</a>
<? endif ?>
<? endif ?>