Index: class.tx_version_gui.php =================================================================== --- class.tx_version_gui.php (revision 3189) +++ class.tx_version_gui.php (working copy) @@ -4,7 +4,7 @@ * * (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com) * (c) 2010 Benjamin Mack (benni@typo3.org) -* +* * All rights reserved * * This script is part of the TYPO3 project. The TYPO3 project is @@ -77,13 +77,13 @@ // Add management link: $management = ''; + htmlspecialchars($GLOBALS['BACK_PATH'] . t3lib_extMgm::extRelPath('version') . 'cm1/index.php?table=pages&uid=' . $onlineId) . '\';" />'; // Create onchange handler: $onChange = "window.location.href=this.options[this.selectedIndex].value;"; // Controls: if ($id == $onlineId) { - $controls .= 'backPath, 'gfx/blinkarrow_left.gif','width="5" height="9"') . + $controls .= ' ' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:ver.online', TRUE) . ''; } elseif (!$noAction) { @@ -221,7 +221,7 @@ } } } - + } ?> \ No newline at end of file