Project

General

Profile

Bug #23492 » patch_rtehtmlarea_15622_v1.diff

Administrator Admin, 2010-09-02 14:29

View differences:

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