Index: typo3/alt_doc.php =================================================================== --- typo3/alt_doc.php (revision 8132) +++ typo3/alt_doc.php (working copy) @@ -862,7 +862,7 @@ // CLOSE button: $buttons['close'] = '' . - t3lib_iconWorks::getSpriteIcon('actions-document-close') . + t3lib_iconWorks::getSpriteIcon('actions-document-close') . ''; @@ -874,7 +874,7 @@ if ($this->firstEl['deleteAccess'] && !$TCA[$this->firstEl['table']]['ctrl']['readOnly'] && !$this->getNewIconMode($this->firstEl['table'],'disableDelete')) { $aOnClick = 'return deleteRecord(\''.$this->firstEl['table'].'\',\''.$this->firstEl['uid'].'\',unescape(\''.rawurlencode($this->retUrl).'\'));'; $buttons['delete'] = '' . - t3lib_iconWorks::getSpriteIcon('actions-edit-delete') . + t3lib_iconWorks::getSpriteIcon('actions-edit-delete') . ''; } @@ -884,13 +884,13 @@ $aOnClick = 'window.location.href=\'show_rechis.php?element='.rawurlencode($this->firstEl['table'].':'.$this->firstEl['uid']).'&revert=ALL_FIELDS&sumUp=-1&returnUrl='.rawurlencode($this->R_URI).'\'; return false;'; $buttons['undo'] = '' . - t3lib_iconWorks::getSpriteIcon('actions-edit-undo') . + t3lib_iconWorks::getSpriteIcon('actions-edit-undo') . ''; } if ($this->getNewIconMode($this->firstEl['table'],'showHistory')) { $aOnClick = 'window.location.href=\'show_rechis.php?element='.rawurlencode($this->firstEl['table'].':'.$this->firstEl['uid']).'&returnUrl='.rawurlencode($this->R_URI).'\'; return false;'; $buttons['history'] = ''. - t3lib_iconWorks::getSpriteIcon('actions-document-history-open') . + t3lib_iconWorks::getSpriteIcon('actions-document-history-open') . ''; } Index: typo3/browse_links.php =================================================================== --- typo3/browse_links.php (revision 8132) +++ typo3/browse_links.php (working copy) @@ -144,7 +144,7 @@ if ($tempDBmount) { $altMountPoints = $tempDBmount; } - + if ($altMountPoints) { $GLOBALS['BE_USER']->groupData['webmounts'] = implode(',', array_unique(t3lib_div::intExplode(',', $altMountPoints))); $GLOBALS['WEBMOUNTS'] = $GLOBALS['BE_USER']->returnWebmounts(); Index: typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php =================================================================== --- typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php (revision 8132) +++ typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php (working copy) @@ -835,7 +835,7 @@ ); $dbmount = $flashMessage->render(); } - + $content .= '