Index: typo3/sysext/cms/layout/db_layout.php =================================================================== --- typo3/sysext/cms/layout/db_layout.php (revision 8991) +++ typo3/sysext/cms/layout/db_layout.php (working copy) @@ -546,6 +546,17 @@ $body = $this->renderListContent(); // All other listings } + if ($this->pageinfo['doktype'] == 254) { + $flashMessage = t3lib_div::makeInstance( + 't3lib_FlashMessage', + '', + '' . + $GLOBALS['LANG']->getLL('link_to_list', TRUE) . '', + t3lib_FlashMessage::INFO + ); + $body = $flashMessage->render() . $body; + } + if ($this->pageinfo['content_from_pid']) { //$contentPage = t3lib_BEfunc::getRecord('pages', intval($this->pageinfo['content_from_pid'])); Index: typo3/sysext/cms/layout/locallang.xml =================================================================== --- typo3/sysext/cms/layout/locallang.xml (revision 8991) +++ typo3/sysext/cms/layout/locallang.xml (working copy) @@ -82,6 +82,7 @@ + \ No newline at end of file