aboutsummaryrefslogtreecommitdiff
path: root/app/views/file/add_from_library.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/file/add_from_library.php')
-rw-r--r--app/views/file/add_from_library.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/file/add_from_library.php b/app/views/file/add_from_library.php
index 5a8b396..8be6484 100644
--- a/app/views/file/add_from_library.php
+++ b/app/views/file/add_from_library.php
@@ -86,9 +86,9 @@
<label for="result_<?= htmlReady($result_id) ?>">
<section class="contentbox">
<header>
- <span class="title no-overflow"><?= $result->getIcon()->asSvg() ?> <?= $result->getTitle('long-comma') ?></span>
+ <span class="title no-overflow"><?= $result->getIcon() ?> <?= $result->getTitle('long-comma') ?></span>
<nav>
- <?= Icon::create('accept', 'status-green')->asSvg(
+ <?= Icon::create('accept', 'status-green')->asImg(
20,
['class' => 'hidden-checkbox-checked-icon']
) ?>
@@ -156,7 +156,7 @@
<? endif ?>
<? if (!empty($library_plugins)) : ?>
<section class="big-help-box">
- <?= Icon::create('support')->asSvg(96, ['class' => 'icon']) ?>
+ <?= Icon::create('support')->asImg(96, ['class' => 'icon']) ?>
<div class="text">
<strong><?= _('Passendes Dokument nicht gefunden?') ?></strong>
<p><?= _('Gerne unterstützen wir Sie bei der Suche nach Dokumenten.') ?></p>