Index: typo3/mod/user/ws/class.wslib_gui.php =================================================================== --- typo3/mod/user/ws/class.wslib_gui.php (revision 7578) +++ typo3/mod/user/ws/class.wslib_gui.php (working copy) @@ -853,7 +853,7 @@ } return count($entry) ? ''.$stageCommands.' ('.count($entry).')'. - '' : $stageCommands; + '
' . implode('
', $entry) . '
' : $stageCommands; } /** Index: typo3/sysext/t3skin/stylesheets/structure/module_user_ws.css =================================================================== --- typo3/sysext/t3skin/stylesheets/structure/module_user_ws.css (revision 0) +++ typo3/sysext/t3skin/stylesheets/structure/module_user_ws.css (revision 0) @@ -0,0 +1,12 @@ +/* - - - - - - - - - - - - - - - - - - - - - +User > Workspace + +- - - - - - - - - - - - - - - - - - - - - */ + +#typo3-mod-user-ws-index-php .logLayer { + position: absolute; + padding:5px; + width:500px; + white-space:normal; + visibility: hidden; +} \ No newline at end of file