Skip to content

Commit

Permalink
CSS: Use action-link instead of user-add in the user/list view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 1543bc6 commit d54b800
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' => 'user-add'
'class' => 'action-link'
)) ?>
<?php endif ?>
<table data-base-target="_next" class="action">
Expand Down

0 comments on commit d54b800

Please sign in to comment.