diff options
Diffstat (limited to 'app/views/admin/domain/index.php')
| -rw-r--r-- | app/views/admin/domain/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/domain/index.php b/app/views/admin/domain/index.php index 74c6a2b..4b709d7 100644 --- a/app/views/admin/domain/index.php +++ b/app/views/admin/domain/index.php @@ -38,7 +38,7 @@ <td><?= $domain->countCourses() ?></td> <td class="actions"> <a href="<?= $controller->link_for("admin/domain/edit/{$domain->id}") ?>" data-dialog="size=auto"> - <?= Icon::create('edit')->asSvg(tooltip2(_('bearbeiten'))) ?> + <?= Icon::create('edit')->asImg(tooltip2(_('bearbeiten'))) ?> </a> <? if ($domain->countUsers() === 0): ?> <?= Icon::create('trash')->asInput(tooltip2(_('löschen')) + [ @@ -47,7 +47,7 @@ 'data-confirm' => _('Wollen Sie die Nutzerdomäne wirklich löschen?') ]) ?> <? else: ?> - <?= Icon::create('trash', Icon::ROLE_INACTIVE)->asSvg(['title' => _('Domänen, denen noch Personen zugewiesen sind, können nicht gelöscht werden.')]) ?> + <?= Icon::create('trash', Icon::ROLE_INACTIVE)->asImg(['title' => _('Domänen, denen noch Personen zugewiesen sind, können nicht gelöscht werden.')]) ?> <? endif; ?> </td> </tr> |
