Bug #19496 » 0009623_v3.patch
t3lib/class.t3lib_tceforms.php (Arbeitskopie) | ||
---|---|---|
// If it's a "section" containing other elements:
|
||
if ($value['section']) {
|
||
// Load script.aculo.us if flexform sections can be moved by drag'n'drop:
|
||
$this->loadJavascriptLib('contrib/scriptaculous/scriptaculous.js');
|
||
// Render header of section:
|
||
$output.= '<div class="bgColor2"><strong>'.$theTitle.'</strong></div>';
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »