Project

General

Profile

Bug #23978 » 16292.diff

Administrator Admin, 2010-11-07 19:48

View differences:

typo3/sysext/lang/locallang_core.xml (Arbeitskopie)
<label index="mess.copycb_after">Copy all elements (%s) from the clipboard to the position after &quot;%s&quot;?</label>
<label index="mess.movecb_into">Move all elements (%s) from the clipboard into &quot;%s&quot;?</label>
<label index="mess.movecb_after">Move all elements (%s) from the clipboard to the position after &quot;%s&quot;?</label>
<label index="mess.cache_cleared_this_page">Cache of this page has been cleared</label>
<label index="rm.menu">[menu]</label>
<label index="rm.saveDoc">Save document</label>
<label index="rm.saveDocShow">Save document and view page</label>
typo3/sysext/cms/layout/db_layout.php (Arbeitskopie)
$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);
}
}
(1-1/2)