Skip to content
Snippets Groups Projects
Commit e90d643f authored by Frank Nägler's avatar Frank Nägler Committed by Georg Ringer
Browse files

[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: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 6ec86cc1
Branches
Tags
No related merge requests found
......@@ -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>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment