Bug #14853 ยป bug_1270.diff
TYPO3core.utf8/t3lib/class.t3lib_befunc.php 2006-02-06 21:15:25.688668512 +0100 | ||
---|---|---|
$icon = t3lib_BEfunc::helpTextIcon($table,$field,$BACK_PATH,$onlyIconMode);
|
||
if ($fullText && !$onlyIconMode) {
|
||
$output = $fullText;
|
||
$output = $GLOBALS['LANG']->hscAndCharConv($fullText, false);
|
||
} else {
|
||
#$output = '<span style="position:absolute; filter: alpha(opacity=50); -moz-opacity: 0.50;">'.$icon.'</span>';
|
||
$output = $icon;
|