Task #11131 ยป _11131.patch
ChangeLog (revision ) | ||
---|---|---|
2010-11-29 Sonja Scholz <ss@cabag.ch>
|
||
* Fixed bug: #11131: Usability: labels improvements
|
||
2010-11-29 Tolleiv Nietsch <typo3@tolleiv.de>
|
||
* Fixed bug: #11006: Error when using old-style workspace
|
Classes/BackendUserInterface/WorkspaceSelectorToolbarItem.php (revision ) | ||
---|---|---|
// frontend preview toggle
|
||
$frontendPreviewActiveIcon = $stateUncheckedIcon;
|
||
if ($GLOBALS['BE_USER']->user['workspace_preview']) {
|
||
if (!$GLOBALS['BE_USER']->user['workspace_preview']) {
|
||
$frontendPreviewActiveIcon = $stateCheckedIcon;
|
||
}
|
||
Resources/Public/JavaScript/preview.js (revision ) | ||
---|---|---|
src: wsUrl
|
||
}]
|
||
}, {
|
||
title: 'Live Workspace',
|
||
title: 'Live site',
|
||
id: 'liveRegion',
|
||
layout: 'fit',
|
||
items: [{
|