Project

General

Profile

Bug #24923 ยป rtehtmlarea_bugfix_17438_trunk.patch

Administrator Admin, 2011-02-01 21:24

View differences:

typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_dam_browse_media.php (copie de travail)
var floatSelector=\'<select id="iFloat" name="iFloat"><option value="">' . $LANG->getLL('notSet') . '</option><option value="none">' . $LANG->getLL('nonFloating') . '</option><option value="left">' . $LANG->getLL('left') . '</option><option value="right">' . $LANG->getLL('right') . '</option></select>\';
var bgColor=\' class="bgColor4"\';
var sz="";
sz+=\'<table border=0 cellpadding=1 cellspacing=1><form action="" name="imageData">\';
sz+=\'<table border="0" cellpadding="1" cellspacing="1"><form action="" name="imageData">\';
'.(in_array('class', $this->removedProperties)?'':'
if(classesImage) {
sz+=\'<tr><td\'+bgColor+\'><label for="iClass">'.$LANG->getLL('class').': </label></td><td>\'+styleSelector+\'</td></tr>\';
typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (copie de travail)
}
var bgColor=\' class="bgColor4"\';
var sz="";
sz+=\'<table border=0 cellpadding=1 cellspacing=1><form action="" name="imageData">\';
sz+=\'<table border="0" cellpadding="1" cellspacing="1"><form action="" name="imageData">\';
'.(in_array('class', $removedProperties)?'':'
if(classesImage) {
sz+=\'<tr><td\'+bgColor+\'><label for="iClass">'.$LANG->getLL('class').': </label></td><td>\'+styleSelector+\'</td></tr>\';
......
$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.= '<table border=0 cellpadding=0 cellspacing=0>
$this->content.= '<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign=top>'.$this->barheader($LANG->getLL('folderTree').':').$tree.'</td>
<td style="vertical-align: top;">'.$this->barheader($LANG->getLL('folderTree').':').$tree.'</td>
<td>&nbsp;</td>
<td valign=top>'.$files.'</td>
<td style="vertical-align: top;">'.$files.'</td>
</tr>
</table>
<br />'.$thumbNailCheck;
......
$tree = $foldertree->getBrowsableTree();
list(,,$specUid) = explode('_',t3lib_div::_GP('PM'));
$files = $this->TBE_dragNDrop($foldertree->specUIDmap[$specUid], implode(',', $this->allowedFileTypes));
$this->content.= '<table border=0 cellpadding=0 cellspacing=0>
$this->content.= '<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign=top>'.$this->barheader($LANG->getLL('folderTree').':').$tree.'</td>
<td style="vertical-align: top;">'.$this->barheader($LANG->getLL('folderTree').':').$tree.'</td>
<td>&nbsp;</td>
<td valign=top>'.$files.'</td>
<td style="vertical-align: top;">'.$files.'</td>
</tr>
</table>';
break;
    (1-1/1)