Bug #23067
closedMissing Sprite icon t3-icon-apps-pagetree is referenced
0%
Description
The former "t3-icon-apps-pagetree.css" is referenced from within the pagetree. There the non-existent background image "t3-icon-apps-pagetree.png" is referenced with results in 404:
typo3/sysext/t3skin/images/sprites/t3-icon-apps-pagetree.png
Full path: t3skin/stylesheets/sprites/t3-icon-apps-pagetree.css
(issue imported from #M14960)
Updated by Felix Kopp over 14 years ago
The Compressor takes the stylesheet-files from the sprites subdirectory
(SYS) EXT:t3skin/ext_tables.css:
$TBE_STYLES['skins'][$_EXTKEY]['stylesheetDirectories']['sprites'] = 'EXT:t3skin/stylesheets/sprites/';
and concatenateCssFiles() --> createMergedCssFile() --> t3lib_div::writeFile().
The merged backend CSS file includes the file t3skin/stylesheets/sprites/t3-icon-apps-pagetree.css.
This file is not needed any longer.
(In reference to SVN vevision 8028).
Updated by Felix Kopp over 14 years ago
Follow-up to http://bugs.typo3.org/view.php?id=14465
Updated by Steffen Kamper over 14 years ago
Committed to svn
4_4 rev 8108
trunk rev 8109