Project

General

Profile

Bug #24500 ยป rtehtmlarea_bugfix_16946_trunk.patch

Administrator Admin, 2011-01-07 20:49

View differences:

typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (copie de travail)
// Add default class for images
$lines[]='
<tr>
<td colspan="2"><img src="'.$iurl.'" width="'.$IW.'" height="'.$IH.'" alt=""' . ($this->defaultClass?(' class="'.$this->defaultClass.'"'):''). ' /></td>
<td colspan="2"><img src="'.$iurl.'" width="'.$IW.'" height="'.$IH.'" alt=""' . ($this->defaultClass?(' class="'.$this->defaultClass.'"'):''). ' style="cursor:move;" /></td>
</tr>';
$lines[]='
<tr>
    (1-1/1)