* Fixed bug #17373: Standalone images in RTE-enabled field not rendered in frontend
* Fixed bug #17349: htmlArea RTE: JS error when using "Edit element"
* Updated htmlArea RTE version to 2.2.0
+ * Fixed bug #17438: htmlArea RTE: non-xhtml markup in image dialogue
2011-02-01 Steffen Kamper <steffen@typo3.org>
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>\';
}
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> </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> </td>
- <td valign=top>'.$files.'</td>
+ <td style="vertical-align: top;">'.$files.'</td>
</tr>
</table>';
break;