Skip to content

Commit

Permalink
CSS: Add class button to the create new user link
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 9628268 commit b6d723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/user/list.phtml
Expand Up @@ -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' => 'action-link'
'class' => 'action-link button'
)) ?>
<?php endif ?>
<table class="action-table listing-table" data-base-target="_next">
Expand Down

0 comments on commit b6d723b

Please sign in to comment.