aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/admin/role.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-11-11 13:56:06 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-11-11 13:56:06 +0000
commit6bc51a71aa09d4f3e7797631517707851ce19acf (patch)
tree6757e5da72274ecfba34056e0cc1dfe26188912f /app/controllers/admin/role.php
parentbdcccdeed469faf21bdc9f85ca2caddb32825a9f (diff)
set default icon size to 20, fixes #2801
Closes #2801 Merge request studip/studip!1908
Diffstat (limited to 'app/controllers/admin/role.php')
-rw-r--r--app/controllers/admin/role.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/role.php b/app/controllers/admin/role.php
index c316021..890965a 100644
--- a/app/controllers/admin/role.php
+++ b/app/controllers/admin/role.php
@@ -548,7 +548,7 @@ class Admin_RoleController extends AuthenticatedController
$actions->addLink(
_('Neue Rolle anlegen'),
$this->url_for('admin/role/add'),
- Icon::create('add', 'clickable')
+ Icon::create('add')
)->asDialog('size=auto');
}