From b6d723bb34c79187032c7b550868171cc6e0e5fb Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 14:39:38 +0200 Subject: [PATCH] CSS: Add class button to the create new user link refs #5543 --- application/views/scripts/user/list.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/scripts/user/list.phtml b/application/views/scripts/user/list.phtml index d3ebadbb9..6cc110628 100644 --- a/application/views/scripts/user/list.phtml +++ b/application/views/scripts/user/list.phtml @@ -32,7 +32,7 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back 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' )) ?>