'.
- $GLOBALS['TBE_TEMPLATE']->icons(3).'Important notice!
- '.
- implode('
- ', $warnings).'
'.
+ $content = '' .
+ $GLOBALS['TBE_TEMPLATE']->icons(3) . '
- ' .
+ implode('
- ', $warnings) . '
' .
' | ';
unset($warnings);
Index: typo3/stylesheet.css
===================================================================
--- typo3/stylesheet.css (revision 3716)
+++ typo3/stylesheet.css (working copy)
@@ -2386,6 +2386,9 @@
margin: 10px 0px 10px 0px;
}
+span.warningboxheader {
+ margin-left: 5px;
+}
/* - - - - - - - - - - - - - - - - - - - - -
Index: typo3/sysext/lang/locallang_core.xml
===================================================================
--- typo3/sysext/lang/locallang_core.xml (revision 3716)
+++ typo3/sysext/lang/locallang_core.xml (working copy)
@@ -195,6 +195,7 @@
+
|