Bug #19023 ยป bug8833.patch
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) {
|