Project

General

Profile

Bug #17507 » 0006104_v3.patch

Administrator Admin, 2007-09-03 10:35

View differences:

t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie)
$out = '<div id="'.$formFieldNames.'_header">'.$header.'</div>';
$out .= '<div id="'.$formFieldNames.'_fields"'.$appearanceStyleFields.'>'.$fields.$combination.'</div>';
// wrap the header, fields and combination part of a child record with a div container
$out = '<div id="'.$formFieldNames.'_div"'.($isNewRecord ? ' class="inlineIsNewRecord"' : '').'>' . $out . '</div>';
$out = '<div id="'.$formFieldNames.'_div" class="inlineDiv'.($isNewRecord ? ' inlineIsNewRecord' : '').'">' . $out . '</div>';
// Remove the current level also from the dynNestedStack of TCEforms:
$this->fObj->popFromDynNestedStack();
typo3/stylesheet.css (Arbeitskopie)
TABLE.typo3-TCEforms DIV.typo3-TCEforms-diffBox { background-color: white; border: 1px solid black; }
TABLE.typo3-TCEforms DIV.typo3-TCEforms-diffBox-header { background-color: red; font-weight: bold; }
/* TCEforms Inline-Relational-Record-Editing */
.typo3-TCEforms DIV.inlineDiv { display: inline-block; }
/* Element Browser / RTE link selection: */
TABLE#typo3-curUrl { font-weight: bold; width: 100%; margin-bottom: 2px; }
TABLE#typo3-RTElinkMenu TR TD { text-align: center; white-space: nowrap; width: 15%; font-weight: bold; }
(3-3/3)