Skip to content
Snippets Groups Projects
Commit e5a5f5e7 authored by Stefan Galinski's avatar Stefan Galinski
Browse files

[BUGFIX] Pagetree - Missing icons for expand/collapse whole branches

The expand/collapse context menu actions are missing icons.

Change-Id: I3ae86ff0a4de225854d173a485a0a8991adccd22
Resolves: #M17924
Reviewed-on: http://review.typo3.org/1130


Reviewed-by: default avatarStefan Galinski <stefan.galinski@gmail.com>
Tested-by: default avatarStefan Galinski <stefan.galinski@gmail.com>
parent 1b584434
Branches
Tags
No related merge requests found
......@@ -430,6 +430,7 @@ $TYPO3_CONF_VARS = array(
300 {
name = expandBranch
label = LLL:EXT:lang/locallang_core.xml:cm.expandBranch
spriteIcon = actions-pagetree-expand
displayCondition =
callbackAction = expandBranch
}
......@@ -438,6 +439,7 @@ $TYPO3_CONF_VARS = array(
400 {
name = collapseBranch
label = LLL:EXT:lang/locallang_core.xml:cm.collapseBranch
spriteIcon = actions-pagetree-collapse
displayCondition =
callbackAction = collapseBranch
}
......
......@@ -585,6 +585,7 @@ $GLOBALS['TBE_STYLES']['spriteIconApi']['coreSpriteImageNames'] = array(
'apps-filetree-root',
'apps-pagetree-backend-user',
'apps-pagetree-backend-user-hideinmenu',
'apps-pagetree-collapse',
'apps-pagetree-drag-copy-above',
'apps-pagetree-drag-copy-below',
'apps-pagetree-drag-move-above',
......@@ -594,6 +595,7 @@ $GLOBALS['TBE_STYLES']['spriteIconApi']['coreSpriteImageNames'] = array(
'apps-pagetree-drag-new-between',
'apps-pagetree-drag-new-inside',
'apps-pagetree-drag-place-denied',
'apps-pagetree-expand',
'apps-pagetree-folder-contains-approve',
'apps-pagetree-folder-contains-board',
'apps-pagetree-folder-contains-fe_users',
......@@ -766,6 +768,8 @@ $GLOBALS['TBE_STYLES']['spriteIconApi']['coreSpriteImageNames'] = array(
$GLOBALS['TBE_STYLES']['spriteIconApi']['spriteIconRecordOverlayPriorities'] = array(
'deleted',
'hidden',
......
typo3/sysext/t3skin/images/icons/apps/pagetree-collapse.png

1020 B

typo3/sysext/t3skin/images/icons/apps/pagetree-expand.png

1021 B

typo3/sysext/t3skin/images/sprites/t3skin.png

72.5 KiB | W: | H:

typo3/sysext/t3skin/images/sprites/t3skin.png

72.5 KiB | W: | H:

typo3/sysext/t3skin/images/sprites/t3skin.png
typo3/sysext/t3skin/images/sprites/t3skin.png
typo3/sysext/t3skin/images/sprites/t3skin.png
typo3/sysext/t3skin/images/sprites/t3skin.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
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