mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 18:59:04 +02:00
CSS: Use action-link instead of user-add in the user/list view script
refs #5543
This commit is contained in:
parent
1543bc6aa3
commit
d54b80019e
@ -32,7 +32,7 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
|
|||||||
<?= $this->qlink($this->translate('Add a new user'), 'user/add', array('backend' => $backend->getName()), array(
|
<?= $this->qlink($this->translate('Add a new user'), 'user/add', array('backend' => $backend->getName()), array(
|
||||||
'icon' => 'plus',
|
'icon' => 'plus',
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'user-add'
|
'class' => 'action-link'
|
||||||
)) ?>
|
)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<table data-base-target="_next" class="action">
|
<table data-base-target="_next" class="action">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user