Project

General

Profile

Feature #11568 ยป 11568.patch

Tolleiv Nietsch, 2010-12-18 21:14

View differences:

Classes/BackendUserInterface/WorkspaceSelectorToolbarItem.php (working copy)
'</li>';
}
// frontend preview toggle
$frontendPreviewActiveIcon = $stateUncheckedIcon;
if (!$GLOBALS['BE_USER']->user['workspace_preview']) {
$frontendPreviewActiveIcon = $stateCheckedIcon;
}
$workspaceMenu[] = '<li class="divider">' . $frontendPreviewActiveIcon .
'<a href="backend.php?changeWorkspacePreview=' .
($GLOBALS['BE_USER']->user['workspace_preview'] ? '0' : '1') .
'" id="frontendPreviewToggle">' . $GLOBALS['LANG']->getLL('bookmark_workspaceComparisonView', true) . '</a></li>';
// go to workspace module link
$workspaceMenu[] = '<li>' . $stateUncheckedIcon . ' ' .
$workspaceMenu[] = '<li class="divider">' . $stateUncheckedIcon . ' ' .
'<a href="javascript:top.goToModule(\'web_WorkspacesWorkspaces\');" target="content" id="goToWsModule">' .
' '. $GLOBALS['LANG']->getLL('bookmark_workspace', true) . '</a></li>';
Classes/Service/Befunc.php (working copy)
* @return void
*/
public function preProcess($pageUid, $backPath, $rootLine, $anchorSection, &$viewScript, $additionalGetVars, $switchFocus) {
if ($GLOBALS['BE_USER']->workspace !== 0 && !$GLOBALS['BE_USER']->user['workspace_preview']) {
if ($GLOBALS['BE_USER']->workspace !== 0) {
$ctrl = t3lib_div::makeInstance('Tx_Workspaces_Controller_PreviewController', FALSE);
$uriBuilder = t3lib_div::makeInstance('Tx_Extbase_MVC_Web_Routing_UriBuilder');
/**
    (1-1/1)