Index: t3lib/class.t3lib_tceforms.php
===================================================================
--- t3lib/class.t3lib_tceforms.php (revision 7917)
+++ t3lib/class.t3lib_tceforms.php (working copy)
@@ -2671,7 +2671,7 @@
// Load script.aculo.us if flexform sections can be moved by drag'n'drop:
$GLOBALS['SOBE']->doc->getPageRenderer()->loadScriptaculous();
// Render header of section:
- $output.= '
-
'
- . t3lib_iconWorks::getSpriteIcon('actions-move-right', array('title' => $toggleAll)) . $toggleAll . '
-
+
-
'.implode('',$tRows).'
';
- $output.= $mayRestructureFlexforms ? '
' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.addnew', 1) . ': '.implode(' | ',$newElementsLinks).'
' : '';
+
' . implode('', $tRows) . '
';
+ $output.= $mayRestructureFlexforms ? '
' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.addnew', 1) . ': '.implode(' | ',$newElementsLinks).'
' : '';
} else {
// It is a container
@@ -2777,7 +2777,7 @@
// I didn't know how to make something right-aligned without a table, so I put it in a table. can be made into
's if someone like to.
// Notice: The fact that I make a "Sortable.create" right onmousedown is that if we initialize this when rendering the form in PHP new and copied elements will not be possible to move as a sortable. But this way a new sortable is initialized everytime someone tries to move and it will always work.
$ctrlHeader= '
-