Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (Revision 6515) +++ t3lib/class.t3lib_tceforms.php (Arbeitskopie) @@ -4766,7 +4766,7 @@ ###FIELD_NAME######FIELD_HELP_TEXT### - + ###FIELD_ITEM######FIELD_PAL_LINK_ICON### '; @@ -4975,8 +4975,8 @@ ''. ''; $iRow[$row][] = '' . - ''. - ''. + ''. + ''. ' '. $content['ITEM']. Index: typo3/template.php =================================================================== --- typo3/template.php (Revision 6515) +++ typo3/template.php (Arbeitskopie) @@ -1556,7 +1556,7 @@ } $mouseOverOut = ' onmouseover="DTM_mouseOver(this);" onmouseout="DTM_mouseOut(this);"'; - $requiredIcon = ''; + $requiredIcon = ''; 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;