Bug #22778 ยป 0014556.patch
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>
|
||