+2010-05-31 Oliver Hader <oliver@typo3.org>
+
+ * Fixed bug #14556: Media content element shows HTML markup in additional flexform configuration
+
2010-05-31 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #14527: fixPermissions() for ENABLE_INSTALL_TOOL and extension import
2010-05-31 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #14527: fixPermissions() for ENABLE_INSTALL_TOOL and extension import
$toggleAll = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.toggleall', 1);
$output.= '
<div style="padding: 5px 0px 5px 20px;">
$toggleAll = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.toggleall', 1);
$output.= '
<div style="padding: 5px 0px 5px 20px;">
- <a href="#" onclick="'.htmlspecialchars('flexFormToggleSubs("'.$idTagPrefix.'"); return false;').'">'
- . t3lib_iconWorks::getSpriteIcon('actions-move-right') .
- $toggleAll . '" title="' . $toggleAll . '" />'
- . t3lib_iconWorks::getSpriteIcon('actions-move-right') .
- $toggleAll . '" title="' . $toggleAll . '" />' . $toggleAll . '
+ <a href="#" onclick="' . htmlspecialchars('flexFormToggleSubs("' . $idTagPrefix . '"); return false;') . '">'
+ . t3lib_iconWorks::getSpriteIcon('actions-move-right', array('title' => $toggleAll)) . $toggleAll . '