parent
9628268a07
commit
b6d723bb34
|
@ -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' => 'action-link'
|
'class' => 'action-link button'
|
||||||
)) ?>
|
)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<table class="action-table listing-table" data-base-target="_next">
|
<table class="action-table listing-table" data-base-target="_next">
|
||||||
|
|
Loading…
Reference in New Issue