Index: typo3/alt_doc.php =================================================================== --- typo3/alt_doc.php (Revision 7072) +++ typo3/alt_doc.php (Arbeitskopie) @@ -846,6 +846,14 @@ $buttons['translation_save'] = ''; $buttons['translation_saveclear'] = ''; } + + // "History" link + if(!$this->getNewIconMode($this->firstEl['table'], 'disableTopHistoryButton')) { + $aOnClick = 'window.location.href=\'show_rechis.php?element='.rawurlencode($this->firstEl['table'].':'.$this->firstEl['uid']).'&returnUrl='.rawurlencode($this->R_URI).'\'; return false;'; + $buttons['history'] = ''. + 'backPath,'gfx/history2.gif','width="13" height="12"').' title="'.$LANG->getLL('history',1).'" alt="" />'. + ''; + } } // CLOSE button: