Index: typo3/mod/tools/em/class.em_index.php =================================================================== --- typo3/mod/tools/em/class.em_index.php (revision 6429) +++ typo3/mod/tools/em/class.em_index.php (working copy) @@ -5569,16 +5569,21 @@ '; } else { + $flashMessage = t3lib_div::makeInstance( + 't3lib_FlashMessage', + $GLOBALS['LANG']->getLL('tsStyleConfigForm_additional_config'), + '', + t3lib_FlashMessage::INFO + ); + $form = '
-
'. - $addFields.' -

' . $GLOBALS['LANG']->getLL('tsStyleConfigForm_note') .
-									' ' . $GLOBALS['LANG']->getLL('tsStyleConfigForm_additional_config') . '


- + ' . + $addFields . + $flashMessage->render() . + '