Bug #23067
Missing Sprite icon t3-icon-apps-pagetree is referenced
Status: | Closed | Start date: | 2010-07-01 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Steffen Kamper | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
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)
Related issues
History
#1 Updated by Felix Kopp about 5 years ago
Bitte benni zuweisen
#2 Updated by Felix Kopp about 5 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).
#3 Updated by Felix Kopp about 5 years ago
Follow-up to http://bugs.typo3.org/view.php?id=14465
#4 Updated by Steffen Kamper about 5 years ago
Committed to svn
4_4 rev 8108
trunk rev 8109