|
@@ -1338,7 +1338,7 @@ EOF
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
- $sValue = '<img src="'.$this->MakeFileUrl($this->defaultValue).'" />';
|
|
|
|
|
|
+ $sValue = '<span style="display:inline-block;line-height:48px;height:48px;"><span><img style="vertical-align:middle" src="'.$this->aAllowedValues[$idx]['icon'].'" /> '.htmlentities($this->aAllowedValues[$idx]['label'], ENT_QUOTES, 'UTF-8').'</span></span>';
|
|
}
|
|
}
|
|
$sReadOnly = $this->IsReadOnly() ? 'disabled' : '';
|
|
$sReadOnly = $this->IsReadOnly() ? 'disabled' : '';
|
|
return array('label' => $this->sLabel, 'value' => $sValue);
|
|
return array('label' => $this->sLabel, 'value' => $sValue);
|