diff options
Diffstat (limited to 'app/views/file/add_files_window.php')
| -rw-r--r-- | app/views/file/add_files_window.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/views/file/add_files_window.php b/app/views/file/add_files_window.php index bdde120..8b963e7 100644 --- a/app/views/file/add_files_window.php +++ b/app/views/file/add_files_window.php @@ -23,7 +23,7 @@ if ($folder_id) { <a class="important-item" data-dialog="size=medium-43" href="<?= $controller->link_for('file/add_from_library/' . $folder_id)?>"> <div class="icon"> - <?= Icon::create('literature')->asSvg(50) ?> + <?= Icon::create('literature')->asImg(50) ?> <div><?= _('Bibliothek') ?></div> </div> <div class="description"> @@ -35,29 +35,29 @@ if ($folder_id) { <? endif ?> <div> <a href="#" onclick="jQuery('.file_selector input[type=file]').first().click(); return false;"> - <?= Icon::create('computer')->asSvg(50) ?> + <?= Icon::create('computer')->asImg(50) ?> <?= _('Mein Computer') ?> </a> <a href="<?= $controller->link_for('file/add_url/' . $folder_id, array_merge($options, ['from_plugin' => ""])) ?>" data-dialog="size=medium"> - <?= Icon::create('globe')->asSvg(50) ?> + <?= Icon::create('globe')->asImg(50) ?> <?= _('Webadresse') ?> </a> <a href="<?= $controller->link_for('file/choose_file/' . Folder::findTopFolder($GLOBALS['user']->id)->getId(), array_merge($options, ['from_plugin' => ""])) ?>" data-dialog> - <?= Icon::create('files')->asSvg(50) ?> + <?= Icon::create('files')->asImg(50) ?> <?= _('Persönlicher Dateibereich') ?> </a> <a href="<?= $controller->link_for('file/choose_file_from_course/' . $folder_id, array_merge($options, ['from_plugin' => ""])) ?>" data-dialog> - <?= Icon::create('seminar')->asSvg(50) ?> + <?= Icon::create('seminar')->asImg(50) ?> <?= _('Meine Veranstaltungen') ?> </a> <? if ($range instanceof Course && $GLOBALS['perm']->have_studip_perm('tutor', $range->id) && $show_library_functions) : ?> <a href="<?= $controller->link_for('library_file/select_type/' . $folder_id) ?>" data-dialog="size=auto"> - <?= Icon::create('literature')->asSvg(50) ?> + <?= Icon::create('literature')->asImg(50) ?> <?= _('Literatur') ?> </a> <? if ($GLOBALS['LIBRARY_CATALOGS'] && !$range->getSemClass()['studygroup_mode'] && !$library_search_description) : ?> <a href="<?= $controller->link_for('file/add_from_library/' . $folder_id) ?>" data-dialog="size=medium-43"> - <?= Icon::create('literature')->asSvg(50) ?> + <?= Icon::create('literature')->asImg(50) ?> <?= _('Originaldokument aus Bibliothek') ?> </a> <? endif ?> @@ -65,7 +65,7 @@ if ($folder_id) { <? if (Config::get()->OERCAMPUS_ENABLED && $GLOBALS['perm']->have_perm(Config::get()->OERCAMPUS_PUBLIC_STATUS)) : ?> <a href="<?= $controller->link_for('oer/addfile/choose_file', array_merge($options, ['from_plugin' => ""])) ?>" data-dialog="size=800x800"> - <?= Icon::create('oer-campus')->asSvg(50) ?> + <?= Icon::create('oer-campus')->asImg(50) ?> <?= _('OER Campus') ?> </a> <? endif ?> @@ -74,7 +74,7 @@ if ($folder_id) { <? $nav = $plugin->getFileSelectNavigation() ?> <? if ($nav): ?> <a href="<?= $controller->link_for('file/choose_file/', array_merge($options, ['from_plugin' => get_class($plugin)])) ?>" data-dialog> - <?= $nav->getImage()->asSvg(50) ?> + <?= $nav->getImage()->asImg(50) ?> <?= htmlReady($nav->getTitle()) ?> </a> <? endif; ?> |
