From e90d643f2ec4d975ce3174ab157b06a208a501ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20N=C3=A4gler?= <typo3@naegler.net> Date: Sun, 23 Nov 2014 23:09:49 +0100 Subject: [PATCH] [TASK] Permisson module: Change back icon Edit page: return icon should not be level up but return Resolves: #63246 Releases: master Change-Id: I9c6c863de533e2462d4d94bf4e087424db688882 Reviewed-on: http://review.typo3.org/34520 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> --- .../beuser/Resources/Private/Templates/Permission/Edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/beuser/Resources/Private/Templates/Permission/Edit.html b/typo3/sysext/beuser/Resources/Private/Templates/Permission/Edit.html index 41e85e08d1f2..a54f78079c9e 100644 --- a/typo3/sysext/beuser/Resources/Private/Templates/Permission/Edit.html +++ b/typo3/sysext/beuser/Resources/Private/Templates/Permission/Edit.html @@ -3,7 +3,7 @@ <f:layout name="Permission" /> <f:section name="iconButtons"> - <f:be.buttons.icon uri="{f:uri.action(action:'index')}" icon="actions-view-go-up" /> + <f:be.buttons.icon uri="{f:uri.action(action:'index')}" icon="actions-view-go-back" /> <a href="#" onclick="{previewUrl}" title="{f:translate(key: 'LLL:EXT:lang/locallang_core.xlf:labels.showPage')}"><bu:spriteManagerIcon iconName="actions-document-view" /></a> </f:section> @@ -104,4 +104,4 @@ Permissions.setCheck("check[perms_everybody]", "tx_beuser_system_beusertxpermission[data][pages][{id}][perms_everybody]"); }); </script> -</f:section> \ No newline at end of file +</f:section> -- GitLab