diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2022-11-15 15:39:09 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-11-24 11:11:45 +0000 |
| commit | 4aa2263709aed90f4a7d5e99fd8eb0a0a9ac3225 (patch) | |
| tree | e417487a7eed0529bfde2b644d4eee149915fc66 /app/views/file | |
| parent | b12e93045465c2e825e15ff52d0c268026f9b99d (diff) | |
Apply 13 suggestion(s) to 4 file(s)tic-00853
Diffstat (limited to 'app/views/file')
| -rw-r--r-- | app/views/file/oer_post_upload.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/views/file/oer_post_upload.php b/app/views/file/oer_post_upload.php index bc49399..6645dab 100644 --- a/app/views/file/oer_post_upload.php +++ b/app/views/file/oer_post_upload.php @@ -16,13 +16,13 @@ if (!$selected_oer_upload) { <? if (0 == $selected_oer_upload) echo 'checked'; ?>> <label for="oer-upload-no"> <div class="icon"> - <?= Icon::create('decline', Icon::ROLE_CLICKABLE)->asImg(32) ?> + <?= Icon::create('decline')->asImg(32) ?> </div> <div class="text"> <?= _('Nicht für den OER-Campus bereitstellen.') ?> </div> - <?= Icon::create('arr_1down', Icon::ROLE_CLICKABLE)->asImg(24, ['class' => 'arrow']) ?> - <?= Icon::create('check-circle', Icon::ROLE_CLICKABLE)->asImg(32, ['class' => 'check']) ?> + <?= Icon::create('arr_1down')->asImg(24, ['class' => 'arrow']) ?> + <?= Icon::create('check-circle')->asImg(32, ['class' => 'check']) ?> </label> <div class="oer_upload_description"> <div class="description"> @@ -35,13 +35,13 @@ if (!$selected_oer_upload) { <? if (1 == $selected_oer_upload) echo 'checked'; ?>> <label for="oer-upload-yes"> <div class="icon"> - <?= Icon::create('accept', Icon::ROLE_CLICKABLE)->asImg(32) ?> + <?= Icon::create('accept')->asImg(32) ?> </div> <div class="text"> <?= _('Jetzt für den OER-Campus bereitstellen.') ?> </div> - <?= Icon::create('arr_1down', Icon::ROLE_CLICKABLE)->asImg(24, ['class' => 'arrow']) ?> - <?= Icon::create('check-circle', Icon::ROLE_CLICKABLE)->asImg(32, ['class' => 'check']) ?> + <?= Icon::create('arr_1down')->asImg(24, ['class' => 'arrow']) ?> + <?= Icon::create('check-circle')->asImg(32, ['class' => 'check']) ?> </label> <div class="oer_upload_description"> <div class="description"> @@ -53,13 +53,13 @@ if (!$selected_oer_upload) { <? if (2 == $selected_oer_upload) echo 'checked'; ?>> <label for="oer-upload-later"> <div class="icon"> - <?= Icon::create('date', Icon::ROLE_CLICKABLE)->asImg(32) ?> + <?= Icon::create('date')->asImg(32) ?> </div> <div class="text"> <?= _('Zu einem späteren Zeitpunkt für den OER-Campus bereitstellen.') ?> </div> - <?= Icon::create('arr_1down', Icon::ROLE_CLICKABLE)->asImg(24, ['class' => 'arrow']) ?> - <?= Icon::create('check-circle', Icon::ROLE_CLICKABLE)->asImg(32, ['class' => 'check']) ?> + <?= Icon::create('arr_1down')->asImg(24, ['class' => 'arrow']) ?> + <?= Icon::create('check-circle')->asImg(32, ['class' => 'check']) ?> </label> <div class="oer_upload_description"> <div class="description"> |
