Project

General

Profile

Feature #20778 » 0011576-colorpicker-v2.patch

Administrator Admin, 2009-09-09 13:07

View differences:

t3lib/class.t3lib_tceforms.php (Arbeitskopie)
$outArr[] = '<table border="0" cellpadding="0" cellspacing="0" id="'.$md5ID.'"'.$color.' style="'.htmlspecialchars($wConf['tableStyle']).'">
<tr>
<td>'.
$colorBoxLinks[0].
'<img src="clear.gif" width="'.$dX.'" height="'.$dY.'"'.t3lib_BEfunc::titleAltAttrib(trim($iTitle.' '.$PA['itemFormElValue'])).' border="0" />'.
$colorBoxLinks[1].
$colorBoxLinks[0].'<img '.
t3lib_iconWorks::skinImg($this->backPath,
(strlen(trim($color))==0 || strcmp(trim($color),'0')==0) ? 'gfx/colorpicker_empty.png' : 'gfx/colorpicker.png',
'width="'.$dX.'" height="'.$dY.'"'.t3lib_BEfunc::titleAltAttrib(trim($iTitle.' '.$PA['itemFormElValue'])).' border="0"').
'>'.$colorBoxLinks[1].
'</td>
</tr>
</table>';
(10-10/12)