diff options
Diffstat (limited to 'app/views/help_content/admin_overview.php')
| -rw-r--r-- | app/views/help_content/admin_overview.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help_content/admin_overview.php b/app/views/help_content/admin_overview.php index fd6e9b8..05cf2e1 100644 --- a/app/views/help_content/admin_overview.php +++ b/app/views/help_content/admin_overview.php @@ -52,10 +52,10 @@ <td class="actions"> <a href="<?= URLHelper::getURL('dispatch.php/help_content/edit/' . $help_content_id) ?>" <?= tooltip(_('Hilfe-Text bearbeiten')) ?> data-dialog="size=auto;reload-on-close"> - <?= Icon::create('edit', 'clickable')->asSvg() ?></a> + <?= Icon::create('edit', 'clickable')->asImg() ?></a> <a href="<?= URLHelper::getURL('dispatch.php/help_content/delete/' . $help_content_id) ?>" <?= tooltip(_('Hilfe-Text löschen')) ?> data-dialog="size=auto;reload-on-close"> - <?= Icon::create('trash', 'clickable')->asSvg() ?></a> + <?= Icon::create('trash', 'clickable')->asImg() ?></a> </td> </tr> <? endforeach ?> |
