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(
|
||||
'icon' => 'plus',
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'user-add'
|
||||
'class' => 'action-link'
|
||||
)) ?>
|
||||
<?php endif ?>
|
||||
<table data-base-target="_next" class="action">
|
||||
|
|
Loading…
Reference in New Issue