[TYPO3-dev] Message in backend not visible in new typo3 4.4 using flashMessage

Cyrill Helg phlogsmailinglists at gmail.com
Thu Aug 26 17:32:15 CEST 2010


Hi there

I'm using this code to generate a small message in the backend when a record 
is saved with specific settings to inform the user about an email sent:

		echo t3lib_div::makeInstance(
			't3lib_FlashMessage',
			'Message!',
			'',
			t3lib_FlashMessage::INFO
			)->render();

[In function "processDatamap_afterDatabaseOperations" in class 
"tx_fxagency_tcemainprocdm"]

However the message is behind the title of the edit page in backend and thus 
not visible, see attached picture.


Is there anything I could do to fix this? Maybe with some additional HTML/CSS 
Code?


Thanks a lot for your help!
Cyrill Helt


More information about the TYPO3-dev mailing list