diff options
Diffstat (limited to 'app/views/studiengaenge/faecher/index.php')
| -rw-r--r-- | app/views/studiengaenge/faecher/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/studiengaenge/faecher/index.php b/app/views/studiengaenge/faecher/index.php index e3f8c3e..485d922 100644 --- a/app/views/studiengaenge/faecher/index.php +++ b/app/views/studiengaenge/faecher/index.php @@ -39,7 +39,7 @@ <td class="dont-hide actions"> <? if (MvvPerm::havePermCreate('StudiengangTeil')) : ?> <a href="<?= $controller->action_link('stgteil_fach/' . $fach->id) ?>"> - <?= Icon::create('file', Icon::ROLE_CLICKABLE ,['title' => _('Neuen Studiengangteil für gewähltes Fach anlegen')])->asSvg(); ?> + <?= Icon::create('file', Icon::ROLE_CLICKABLE ,['title' => _('Neuen Studiengangteil für gewähltes Fach anlegen')])->asImg(); ?> </a> <? endif; ?> </td> |
