Bug #22576 » 14291.diff
t3lib/class.t3lib_tceforms.php (Arbeitskopie) | ||
---|---|---|
if ($sM) {
|
||
list($selectIconFile,$selectIconInfo) = $this->getIcon($p[2]);
|
||
if (!empty($selectIconInfo)) {
|
||
$selectedStyle = ' style="background-image: url('.$selectIconFile.'); background-repeat: no-repeat; background-position: 0% 50%; padding: 1px; padding-left: 24px; -webkit-background-size: 0;"';
|
||
$selectedStyle = ' style="background-image: url('.$selectIconFile.'); background-repeat: no-repeat; background-color: #FFF; background-position: 0% 50%; padding: 1px; padding-left: 24px; -webkit-background-size: 0;"';
|
||
}
|
||
}
|
||
}
|