Bug #55799
closedFix CSS-path to default .t3-icon image
100%
Description
Wrong here:
typo3/sysext/backend/Resources/Public/Css/visual/main_content.css
17: background-image:url('../../gfx/icon_fatalerror.gif');
There is no such icon below typo3/sysext/backend/Resources/Public/gfx/icon_fatalerror.gif.
Candidates are:
./typo3/gfx/icon_fatalerror.gif
./typo3/sysext/t3skin/icons/gfx/icon_fatalerror.gif
Usually the default-icon is overwritten in CSS anyhow by specifying the icon to use, so the bug does not show. But the path is still wrong.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27494
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27494
Updated by Stefan Neufeind almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3a58565b522ed5769512233a6842e97c45c087fd.