Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (Revision 7792) +++ t3lib/class.t3lib_tceforms.php (Arbeitskopie) @@ -2720,11 +2720,8 @@ $toggleAll = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.toggleall', 1); $output.= '
- ' - . t3lib_iconWorks::getSpriteIcon('actions-move-right') . - $toggleAll . '" title="' . $toggleAll . '" />' - . t3lib_iconWorks::getSpriteIcon('actions-move-right') . - $toggleAll . '" title="' . $toggleAll . '" />' . $toggleAll . ' + ' + . t3lib_iconWorks::getSpriteIcon('actions-move-right', array('title' => $toggleAll)) . $toggleAll . '