Index: typo3/class.show_rechis.inc =================================================================== --- typo3/class.show_rechis.inc (Revision 6398) +++ typo3/class.show_rechis.inc (Arbeitskopie) @@ -463,9 +463,17 @@ if ($this->lastSyslogId) { $theCode .= '
' . $this->linkPage('',array('diff' => '')); } + // Add message about the difference view. - $theCode .= '
'.$LANG->getLL('differenceMsg').'

'; + $flashMessage = t3lib_div::makeInstance( + 't3lib_FlashMessage', + $GLOBALS['LANG']->getLL('differenceMsg'), + '', + t3lib_FlashMessage::INFO + ); + $theCode .= '

' . $flashMessage->render() . '
'; + // Add CSH: $theCode .= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'history_'.($this->sumUp ? 'sum' : 'log'), $GLOBALS['BACK_PATH'],'');