Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (revision 3658) +++ t3lib/class.t3lib_tceforms.php (working copy) @@ -3469,7 +3469,6 @@ '.$this->wrapLabels($params['headers']['selector']).' - '.($params['thumbnails'] ? $this->wrapLabels($params['headers']['items']) : '').' ':''). ' @@ -3478,12 +3477,11 @@ $selector. ($params['noList'] ? '' : '
'.$this->wrapLabels($params['info'])) . ' - '. + '. implode('
',$icons['L']).' - '. + '. implode('
',$icons['R']).' - - '. + '. $this->wrapLabels($params['thumbnails']). ' Index: typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css (revision 3658) +++ typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css (working copy) @@ -156,3 +156,11 @@ TABLE.typo3-TCEforms TABLE.wrapperAttention .wrapperTable5 { border: 1px solid #A30904; } + + +TABLE.typo3-TCEforms .icons { + padding: 6px 2px !important; +} +TABLE.typo3-TCEforms .thumbnails { + padding-top: 6px !important; +}