Index: typo3/alt_db_navframe.php
===================================================================
--- typo3/alt_db_navframe.php (revision 5312)
+++ typo3/alt_db_navframe.php (working copy)
@@ -210,13 +210,10 @@
if ($this->active_tempMountPoint) {
$this->content.= '
- ';
+ '';
}
// Outputting page tree:
@@ -295,22 +292,23 @@
if ($GLOBALS['BE_USER']->workspace!==0 || $GLOBALS['BE_USER']->getTSConfigVal('options.pageTree.onlineWorkspaceInfo')) {
switch($GLOBALS['BE_USER']->workspace) {
case 0:
- $wsTitle = ' '.$this->doc->icons(2).'['.$LANG->sL('LLL:EXT:lang/locallang_misc.xml:shortcut_onlineWS',1).']';
+ $wsTitle = ' ' . $this->doc->icons(2) . $LANG->sL('LLL:EXT:lang/locallang_misc.xml:shortcut_onlineWS',1);
break;
case -1:
- $wsTitle = '['.$LANG->sL('LLL:EXT:lang/locallang_misc.xml:shortcut_offlineWS',1).']';
+ $wsTitle = $LANG->sL('LLL:EXT:lang/locallang_misc.xml:shortcut_offlineWS',1);
break;
default:
- $wsTitle = '['.$GLOBALS['BE_USER']->workspace.'] '.htmlspecialchars($GLOBALS['BE_USER']->workspaceRec['title']);
+ $wsTitle = $GLOBALS['BE_USER']->workspace . htmlspecialchars($GLOBALS['BE_USER']->workspaceRec['title']);
break;
}
$workspaceInfo = '
+ ''.
+ $wsTitle.
+ ''.
+ '
';
}
Index: typo3/stylesheet.css
===================================================================
--- typo3/stylesheet.css (revision 5312)
+++ typo3/stylesheet.css (working copy)
@@ -2249,16 +2249,28 @@
- - - - - - - - - - - - - - - - - - - - - */
div.workspace-info {
- padding: 3px;
+ padding: 3px 0 3px 6px;
margin: -10px 0px 5px -10px;
border-bottom: 1px solid #999;
background-color: #ccccff;
}
+div.workspace-info img {
+ margin-right:4px;
+
+}
+
.ver-element, ul.tree ul li.ver-element {
background-color: #ccddcc;
}
+#typo3-pagetree .c-notice {
+ margin-left: -10px;
+ padding-left: 6px;
+
+}
+#typo3-pagetree .c-notice img {margin-right: 4px}
+
.ver-page, ul.tree ul li.ver-page {
background-color: #ccccff;
}