Project

General

Profile

Bug #19023 ยป bug8833.patch

Administrator Admin, 2008-06-27 09:11

View differences:

t3lib/class.t3lib_tceforms.php (working copy)
$cBID = $PA['itemFormElID'].'_'.$c;
$item.= ($c>0?'<br />':'').
'<input type="checkbox"'.$this->insertDefStyle('check').' value="1" name="'.$cBName.'"'.$cBP.$PA['onFocus'].$disabled.' id="'.$cBID.'" />'.
htmlspecialchars($p[0]);
$this->wrapLabels('<label for="'.$cBID.'">'.htmlspecialchars($p[0]).'</label>');
}
}
if (!$disabled) {
    (1-1/1)