Actions
Bug #27367
closedt3lib_FlashMessage: separate mapping of severity to message-classes from HTML-rendering
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The "message-class" is determined from the severity inside render() when rendering HTML, which also renders a <div> around and can usually just be used to render a single message.
Extbase/fluid-issue #7098 brought up the idea of separating out a getClass()-functionality from the actual rendering. Since over there meanwhile t3lib_FlashMessage() is used, the idea is now to implement this part of the solution right there - in t3lib.
Actions