Project

General

Profile

Bug #19496 » patch-sections-8518.patch

Administrator Admin, 2008-10-28 11:46

View differences:

/usr/local/typo3_src_branch_4-2/t3lib/class.t3lib_tceforms.php (Arbeitskopie)
// If it's a "section" containing other elements:
if ($value['section']) {
// make sure we have scriptaculous loaded, needed for sorting the elements
$this->loadJavascriptLib('contrib/scriptaculous/scriptaculous.js');
// Render header of section:
$output.= '<div class="bgColor2"><strong>'.$theTitle.'</strong></div>';
(3-3/4)