Actions
Bug #20602
closedUse CSS classes for warning/error/notes/success-section-icons in Install Tool
Start date:
2009-06-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the section-icons for warning, error, notes and success are added as normal images through an <img>-tag. We could add them as background images via CSS so it is easier to replace them.
(issue imported from #M11309)
Files
Updated by Chris topher over 14 years ago
In trunk for TYPO3 4.4 the code looks as follows:
<h4 class="typo3-message message-information">Using this script</h4>
On the page you get a blue box with the info icon.
So this is fixed!
Actions