Bug #23492 » patch_rtehtmlarea_15622_v1.diff
t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie) | ||
---|---|---|
}
|
||
if ($config['renderFieldsOnly']) {
|
||
$out = $fields . $combination;
|
||
$out = '<div id="' . $objectId . '_fields" >' . $fields . $combination . '</div>';
|
||
} else {
|
||
// set the record container with data for output
|
||
$out = '<div class="t3-form-field-record-inline" id="' . $objectId . '_fields"' . $appearanceStyleFields . '>' . $fields . $combination . '</div>';
|