aboutsummaryrefslogtreecommitdiff
path: root/app/views/settings
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/categories.php10
-rw-r--r--app/views/settings/messaging.php2
-rw-r--r--app/views/settings/statusgruppen/index.php8
-rw-r--r--app/views/settings/statusgruppen/modify.php4
-rw-r--r--app/views/settings/statusgruppen/modify_institute.php2
-rw-r--r--app/views/settings/userdomains.php2
6 files changed, 14 insertions, 14 deletions
diff --git a/app/views/settings/categories.php b/app/views/settings/categories.php
index e8003b6..14afb8a 100644
--- a/app/views/settings/categories.php
+++ b/app/views/settings/categories.php
@@ -16,22 +16,22 @@
<span>
<? if ($index > 0): ?>
<a href="<?= $controller->url_for('settings/categories/swap', $category->id, $last->id) ?>">
- <?= Icon::create('arr_2up', Icon::ROLE_SORT)->asSvg(['class' => 'text-bottom', 'title' =>_('Kategorie nach oben verschieben')]) ?>
+ <?= Icon::create('arr_2up', Icon::ROLE_SORT)->asImg(['class' => 'text-bottom', 'title' =>_('Kategorie nach oben verschieben')]) ?>
</a>
<? else: ?>
- <?= Icon::create('arr_2up', Icon::ROLE_INACTIVE)->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('arr_2up', Icon::ROLE_INACTIVE)->asImg(['class' => 'text-bottom']) ?>
<? endif; ?>
<? if ($index < $count - 1): ?>
<a href="<?= $controller->url_for('settings/categories/swap', $category->id, $categories[$index + 1]->id) ?>">
- <?= Icon::create('arr_2down', Icon::ROLE_SORT)->asSvg(['class' => 'text-bottom', 'title' =>_('Kategorie nach unten verschieben')]) ?>
+ <?= Icon::create('arr_2down', Icon::ROLE_SORT)->asImg(['class' => 'text-bottom', 'title' =>_('Kategorie nach unten verschieben')]) ?>
</a>
<? else: ?>
- <?= Icon::create('arr_2down', Icon::ROLE_INACTIVE)->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('arr_2down', Icon::ROLE_INACTIVE)->asImg(['class' => 'text-bottom']) ?>
<? endif; ?>
<a href="<?= $controller->url_for('settings/categories/delete', $category->id) ?>">
- <?= Icon::create('trash')->asSvg(['class' => 'text-bottom', 'title' => _('Kategorie löschen')]) ?>
+ <?= Icon::create('trash')->asImg(['class' => 'text-bottom', 'title' => _('Kategorie löschen')]) ?>
</a>
</span>
</legend>
diff --git a/app/views/settings/messaging.php b/app/views/settings/messaging.php
index 8f02725..028d9f8 100644
--- a/app/views/settings/messaging.php
+++ b/app/views/settings/messaging.php
@@ -81,7 +81,7 @@
<?= get_fullname($user->smsforward_rec, 'full', true) ?>
</a>
<a href="<?= $controller->url_for('settings/messaging/verify/forward_receiver') ?>">
- <?= Icon::create('trash', 'clickable')->asSvg() ?>
+ <?= Icon::create('trash', 'clickable')->asImg() ?>
</a>
<br>
<label>
diff --git a/app/views/settings/statusgruppen/index.php b/app/views/settings/statusgruppen/index.php
index bf6eed2..c51f78f 100644
--- a/app/views/settings/statusgruppen/index.php
+++ b/app/views/settings/statusgruppen/index.php
@@ -34,11 +34,11 @@
<? if ($GLOBALS['perm']->have_studip_perm('admin', $inst_id)) : ?>
<a href="<?= URLHelper::getURL('dispatch.php/institute/members', ['cid' => $inst_id, 'admin_view' => 1]) ?>">
- <?= Icon::create('link-intern')->asSvg(['title' => _('Zur Einrichtung')]) ?>
+ <?= Icon::create('link-intern')->asImg(['title' => _('Zur Einrichtung')]) ?>
</a>
<? else: ?>
<a href="<?= URLHelper::getURL('dispatch.php/institute/overview', ['auswahl' => $inst_id]) ?>">
- <?= Icon::create('link-intern')->asSvg(['title' => _('Zur Einrichtung')]) ?>
+ <?= Icon::create('link-intern')->asImg(['title' => _('Zur Einrichtung')]) ?>
</a>
<? endif; ?>
</nav>
@@ -78,11 +78,11 @@
<nav>
<? if ($GLOBALS['perm']->have_studip_perm('admin', $inst_id) && !$locked) : ?>
<a href="<?= $controller->url_for('settings/statusgruppen/verify/delete/' . $role_id) ?>#<?= $role_id ?>">
- <?= Icon::create('trash')->asSvg(['title' => _('Löschen')]) ?>
+ <?= Icon::create('trash')->asImg(['title' => _('Löschen')]) ?>
</a>
<a href="<?= URLHelper::getURL('dispatch.php/admin/statusgroups', ['cid' => $inst_id]) ?>#group-<?= $role_id ?>">
- <?= Icon::create('link-intern')->asSvg(['title' => _('Zur Funktion')]) ?>
+ <?= Icon::create('link-intern')->asImg(['title' => _('Zur Funktion')]) ?>
</a>
<? endif; ?>
</nav>
diff --git a/app/views/settings/statusgruppen/modify.php b/app/views/settings/statusgruppen/modify.php
index 72aeaea..cea3eaf 100644
--- a/app/views/settings/statusgruppen/modify.php
+++ b/app/views/settings/statusgruppen/modify.php
@@ -32,7 +32,7 @@ $default_entries = DataFieldEntry::getDataFieldEntries([$user->user_id, $inst_id
</td>
<td style="text-align: right">
<a href="<?= $controller->url_for('settings/statusgruppen/default', $inst_id, $role_id, $id, true) ?>">
- <?= Icon::create('checkbox-unchecked')->asSvg(['title' => _('Diese Daten von den Standarddaten übernehmen'), 'class' => 'text-top']) ?>
+ <?= Icon::create('checkbox-unchecked')->asImg(['title' => _('Diese Daten von den Standarddaten übernehmen'), 'class' => 'text-top']) ?>
</a>
</td>
<? elseif ($entry->getValue() == 'default_value'): ?>
@@ -42,7 +42,7 @@ $default_entries = DataFieldEntry::getDataFieldEntries([$user->user_id, $inst_id
</td>
<td style="text-align:right">
<? if ($entry->isEditable() && !$locked): ?>
- <a href="<?= $controller->link_for('settings/statusgruppen/default', $inst_id, $role_id, $id, false) ?>"> <?= Icon::create('checkbox-checked')->asSvg(['title' => _('Diese Daten NICHT von den Standarddaten übernehmen'), 'class' => 'text-top']) ?>
+ <a href="<?= $controller->link_for('settings/statusgruppen/default', $inst_id, $role_id, $id, false) ?>"> <?= Icon::create('checkbox-checked')->asImg(['title' => _('Diese Daten NICHT von den Standarddaten übernehmen'), 'class' => 'text-top']) ?>
</a>
<? endif; ?>
</td>
diff --git a/app/views/settings/statusgruppen/modify_institute.php b/app/views/settings/statusgruppen/modify_institute.php
index 24903cf..7faa312 100644
--- a/app/views/settings/statusgruppen/modify_institute.php
+++ b/app/views/settings/statusgruppen/modify_institute.php
@@ -58,7 +58,7 @@ $entries = (array)DataFieldEntry::getDataFieldEntries([$user->user_id, $inst_id]
<label>
<? if ($institute['externdefault']) : ?>
- <?= Icon::create('accept', 'inactive')->asSvg(['class' => 'text-top']); ?>
+ <?= Icon::create('accept', 'inactive')->asImg(['class' => 'text-top']); ?>
<input type="hidden" name="default_institute" value="1">
<? else : ?>
<input type="checkbox" id="default_institute" name="default_institute" value="1"
diff --git a/app/views/settings/userdomains.php b/app/views/settings/userdomains.php
index f423e97..03763fd 100644
--- a/app/views/settings/userdomains.php
+++ b/app/views/settings/userdomains.php
@@ -35,7 +35,7 @@
<? if ($allow_change): ?>
<input type="checkbox" name="userdomain_delete[]" value="<?= $domain->id ?>">
<? else: ?>
- <?= Icon::create('accept', 'inactive')->asSvg(['class' => 'text-top']) ?>
+ <?= Icon::create('accept', 'inactive')->asImg(['class' => 'text-top']) ?>
<? endif; ?>
</td>
</tr>