diff options
Diffstat (limited to 'app/views/fachabschluss/faecher/details.php')
| -rw-r--r-- | app/views/fachabschluss/faecher/details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/fachabschluss/faecher/details.php b/app/views/fachabschluss/faecher/details.php index b8abf4e..ad773cd 100644 --- a/app/views/fachabschluss/faecher/details.php +++ b/app/views/fachabschluss/faecher/details.php @@ -13,7 +13,7 @@ <td class="actions"> <? if (MvvPerm::havePermWrite($abschluss)) : ?> <a data-dialog href="<?= $controller->action_link('abschluss/' . $abschluss->id) ?>"> - <?= Icon::create('edit', Icon::ROLE_CLICKABLE, ['title' => _('Abschluss bearbeiten')])->asSvg(); ?> + <?= Icon::create('edit', Icon::ROLE_CLICKABLE, ['title' => _('Abschluss bearbeiten')])->asImg(); ?> </a> <? endif; ?> </td> |
