Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (Revision 6515) +++ t3lib/class.t3lib_tceforms.php (Arbeitskopie) @@ -4766,7 +4766,7 @@


'.
+ '
'.
'
';
if (!$foldout) {
// Create TAB cell:
Index: typo3/stylesheet.css
===================================================================
--- typo3/stylesheet.css (Revision 6515)
+++ typo3/stylesheet.css (Arbeitskopie)
@@ -1052,7 +1052,35 @@
TCEforms
- - - - - - - - - - - - - - - - - - - - - */
+img.t3-TCEforms-reqImg {
+ display:inline-block;
+ margin-right:3px;
+ margin-top:4px;
+ margin-left:3px;
+ width:16px;
+ height:16px;
+}
+img.t3-TCEforms-reqTabImg {
+ margin-left:4px;
+ margin-bottom:-3px;
+ width:16px;
+ height:16px;
+
+}
+img.t3-TCEforms-contentchangedImg {
+ display:inline-block;
+ margin-bottom:2px;
+}
+img.t3-TCEforms-reqPaletteImg {
+ display:inline-block;
+ margin-right:2px;
+ width:16px;
+ height:16px;
+
+}
+img.t3-TCEforms-contentchangedPaletteImg {
+}
table.typo3-TCEforms {
width: 93%;
border-collapse: collapse;
@@ -1068,6 +1096,7 @@
border: 0;
}
+
table.typo3-TCEforms span.typo3-TCEforms-newToken {
font-weight: bold;
color: #990000;