Project

General

Profile

Bug #22778 ยป 0014556.patch

Administrator Admin, 2010-05-31 17:33

View differences:

t3lib/class.t3lib_tceforms.php (Arbeitskopie)
$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 . '
</a>
</div>
    (1-1/1)