Index: typo3/sysext/list/mod1/db_list.php =================================================================== --- typo3/sysext/list/mod1/db_list.php (revision 9305) +++ typo3/sysext/list/mod1/db_list.php (working copy) @@ -186,6 +186,10 @@ $tce->stripslashes_values=0; $tce->start(Array(),Array()); $tce->clear_cacheCmd($this->id); + + // show a confirmation to the user + $message = t3lib_div::makeInstance('t3lib_FlashMessage', $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:mess.cache_cleared_this_page')); + t3lib_FlashMessageQueue::addMessage($message); } } Index: typo3/sysext/cms/layout/db_layout.php =================================================================== --- typo3/sysext/cms/layout/db_layout.php (revision 9305) +++ typo3/sysext/cms/layout/db_layout.php (working copy) @@ -399,6 +399,10 @@ $tce->stripslashes_values=0; $tce->start(Array(),Array()); $tce->clear_cacheCmd($this->id); + + // show a confirmation to the user + $message = t3lib_div::makeInstance('t3lib_FlashMessage', $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:mess.cache_cleared_this_page')); + t3lib_FlashMessageQueue::addMessage($message); } } Index: typo3/sysext/lang/locallang_core.xml =================================================================== --- typo3/sysext/lang/locallang_core.xml (revision 9305) +++ typo3/sysext/lang/locallang_core.xml (working copy) @@ -196,6 +196,7 @@ +