Index: typo3/mod/user/ws/conf.php =================================================================== --- typo3/mod/user/ws/conf.php (revision 5219) +++ typo3/mod/user/ws/conf.php (working copy) @@ -2,7 +2,7 @@ define('TYPO3_MOD_PATH', 'mod/user/ws/'); $BACK_PATH='../../../'; -$MLANG['default']['tabs_images']['tab'] = 'sys_workspace.png'; +$MLANG['default']['tabs_images']['tab'] = 'sys_workspace.gif'; $MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_user_ws.php'; $MCONF['shy'] = FALSE; Index: typo3/mod/user/ws/index.php =================================================================== --- typo3/mod/user/ws/index.php (revision 5219) +++ typo3/mod/user/ws/index.php (working copy) @@ -376,7 +376,7 @@ // workspace creation link if ($GLOBALS['BE_USER']->isAdmin() || 0 != ($GLOBALS['BE_USER']->groupData['workspace_perms'] & 4)) { $buttons['new_record'] = '' . - '' . $LANG->getLL('img_title_create_new_workspace') . '' . + '' . $LANG->getLL('img_title_create_new_workspace') . '' . ''; } return $buttons; Index: typo3/sysext/t3skin/ext_tables.php =================================================================== --- typo3/sysext/t3skin/ext_tables.php (revision 5219) +++ typo3/sysext/t3skin/ext_tables.php (working copy) @@ -126,6 +126,7 @@ 'MOD:user_task/task.gif' => array($temp_eP.'icons/module_user_taskcenter.gif','width="22" height="22"'), 'MOD:user_setup/setup.gif' => array($temp_eP.'icons/module_user_setup.gif','width="22" height="22"'), 'MOD:user_doc/document.gif' => array($temp_eP.'icons/module_doc.gif','width="22" height="22"'), + 'MOD:user_ws/sys_workspace.gif' => array($temp_eP.'icons/module_user_ws.gif','width="22" height="22"'), 'MOD:tools/tool.gif' => array($temp_eP.'icons/module_tools.gif','width="25" height="24"'), 'MOD:tools_beuser/beuser.gif' => array($temp_eP.'icons/module_tools_user.gif','width="24" height="24"'), 'MOD:tools_em/em.gif' => array($temp_eP.'icons/module_tools_em.gif','width="24" height="24"'),