CSS: Add class button to the create new user link

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 14:39:38 +02:00
parent 9628268a07
commit b6d723bb34
1 changed files with 1 additions and 1 deletions

View File

@ -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">