Project

General

Profile

Bug #21457 ยป 12468.diff

Administrator Admin, 2009-11-04 21:54

View differences:

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'];
    (1-1/1)