diff options
Diffstat (limited to 'app/views/admin/role/index.php')
| -rw-r--r-- | app/views/admin/role/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/role/index.php b/app/views/admin/role/index.php index 54b25d8..30be4c0 100644 --- a/app/views/admin/role/index.php +++ b/app/views/admin/role/index.php @@ -33,7 +33,7 @@ <th></th> </tr> <tr> - + </tr> </thead> <tbody> @@ -60,7 +60,7 @@ <td class="actions"> <? if (!$role->getSystemtype()): ?> <a href="<?= $controller->link_for('admin/role/ask_remove_role', $role_id) ?>"> - <?= Icon::create('trash')->asSvg(tooltip2(_('Rolle löschen'))) ?> + <?= Icon::create('trash')->asImg(tooltip2(_('Rolle löschen'))) ?> </a> <? endif ?> </td> |
