Index: typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_dam_browse_media.php =================================================================== --- typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_dam_browse_media.php (révision 10357) +++ typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_dam_browse_media.php (copie de travail) @@ -397,7 +397,7 @@ var floatSelector=\'\'; var bgColor=\' class="bgColor4"\'; var sz=""; - sz+=\'\'; + sz+=\'
\'; '.(in_array('class', $this->removedProperties)?'':' if(classesImage) { sz+=\'\'; Index: typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php =================================================================== --- typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (révision 10357) +++ typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (copie de travail) @@ -507,7 +507,7 @@ } var bgColor=\' class="bgColor4"\'; var sz=""; - sz+=\'
\'+styleSelector+\'
\'; + sz+=\'
\'; '.(in_array('class', $removedProperties)?'':' if(classesImage) { sz+=\'\'; @@ -851,11 +851,11 @@ $tree = $foldertree->getBrowsableTree(); list(,,$specUid) = explode('_',t3lib_div::_GP('PM')); $files = $this->expandFolder($foldertree->specUIDmap[$specUid],$this->act=='plain',$noThumbs?$noThumbs:!$_MOD_SETTINGS['displayThumbs']); - $this->content.= '
\'+styleSelector+\'
+ $this->content.= '
- + - +
'.$this->barheader($LANG->getLL('folderTree').':').$tree.''.$this->barheader($LANG->getLL('folderTree').':').$tree.'  '.$files.''.$files.'

'.$thumbNailCheck; @@ -872,11 +872,11 @@ $tree = $foldertree->getBrowsableTree(); list(,,$specUid) = explode('_',t3lib_div::_GP('PM')); $files = $this->TBE_dragNDrop($foldertree->specUIDmap[$specUid], implode(',', $this->allowedFileTypes)); - $this->content.= ' + $this->content.= '
- + - +
'.$this->barheader($LANG->getLL('folderTree').':').$tree.''.$this->barheader($LANG->getLL('folderTree').':').$tree.'  '.$files.''.$files.'
'; break;