Bug #21457 ยป 12468.diff
typo3/sysext/setup/mod/index.php (working copy) | ||
---|---|---|
$label = $this->getLabel($config['label'], $fieldName);
|
||
$csh = $this->getCSH($config['csh'] ? $config['csh'] : $fieldName);
|
||
if (!$csh) {
|
||
$csh = '<a class="typo3-csh-link" href="#"><img class="typo3-csh-icon" src="' . $this->doc->backPath . 'clear.gif" width="16" height="16" hspace="2" /></a>';
|
||
}
|
||
$type = $config['type'];
|
||
$eval = $config['eval'];
|
||
$class = $config['class'];
|