From a0328bafacf7eec1a77a6b581087ac9cd1cf5917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Na=CC=88gler?= <frank.naegler@typo3.org> Date: Mon, 26 Oct 2015 12:03:29 +0100 Subject: [PATCH] [TASK] Streamline buttons in BE user module Resolves: #71033 Releases: master Change-Id: Ic7871987aeb6c6170e2e966880c5e370b1e703c5 Reviewed-on: https://review.typo3.org/44285 Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Andreas Fernandez <typo3@scripting-base.de> Tested-by: Andreas Fernandez <typo3@scripting-base.de> --- .../beuser/Resources/Private/Templates/BackendUser/Index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html b/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html index 0aa773c4c87d..009896a74c18 100644 --- a/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html +++ b/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html @@ -29,7 +29,7 @@ {compareUser.userName} </td> <td> - <f:link.action action="removeFromCompareList" arguments="{uid: compareUser.uid}" class="pull-right"> + <f:link.action action="removeFromCompareList" arguments="{uid: compareUser.uid}" class="pull-right btn btn-default"> <core:icon identifier="actions-selection-delete" /> </f:link.action> </td> -- GitLab