Index: typo3/alt_db_navframe.php =================================================================== --- typo3/alt_db_navframe.php (revision 7728) +++ typo3/alt_db_navframe.php (working copy) @@ -215,9 +215,9 @@ $flashText = ' ' . $LANG->sl('LLL:EXT:lang/locallang_core.xml:labels.temporaryDBmount',1) . - '
' . + '
' . $LANG->sl('LLL:EXT:lang/locallang_core.xml:labels.path',1) . ': ' . + htmlspecialchars($this->active_tempMountPoint['_thePathFull']) . '">' . htmlspecialchars(t3lib_div::fixed_lgd_cs($this->active_tempMountPoint['_thePath'],-50)). ' '; @@ -229,7 +229,7 @@ t3lib_FlashMessage::INFO ); - + $this->content.= $flashMessage->render(); } @@ -293,12 +293,12 @@ // New Page $onclickNewPageWizard = 'top.content.list_frame.location.href=top.TS.PATH_typo3+\'db_new.php?pagesOnly=1&id=\'+Tree.pageID;'; $buttons['new_page'] = '' . - t3lib_iconWorks::getSpriteIcon('actions-page-new') . + t3lib_iconWorks::getSpriteIcon('actions-page-new') . ''; // Refresh $buttons['refresh'] = '' . - t3lib_iconWorks::getSpriteIcon('actions-system-refresh') . + t3lib_iconWorks::getSpriteIcon('actions-system-refresh') . ''; // CSH @@ -306,7 +306,7 @@ // Filter if ($this->hasFilterBox) { - $buttons['filter'] = ''; + $buttons['filter'] = ''; } return $buttons; @@ -336,7 +336,7 @@ $workspaceInfo = '
'. - t3lib_iconWorks::getSpriteIcon('status-workspace-draft') . + t3lib_iconWorks::getSpriteIcon('status-workspace-draft') . ''.$wsTitle.'
';