Project

General

Profile

Bug #23978 » 16292_v5.diff

Administrator Admin, 2010-11-09 18:37

View differences:

typo3/sysext/list/mod1/db_list.php (Arbeitskopie)
$tce->stripslashes_values=0;
$tce->start(Array(),Array());
$tce->clear_cacheCmd($this->id);
/**
* show a confirmation to the user
*
* @var t3lib_FlashMessage
*/
$message = t3lib_div::makeInstance(
't3lib_FlashMessage',
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:mess.cache_cleared_this_page')
);
$message->setDisappear(TRUE);
t3lib_FlashMessageQueue::addMessage($message);
}
}
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">The cache has been cleared for this page.</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
*
* @var t3lib_FlashMessage
*/
$message = t3lib_div::makeInstance(
't3lib_FlashMessage',
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:mess.cache_cleared_this_page')
);
$message->setDisappear(TRUE);
t3lib_FlashMessageQueue::addMessage($message);
}
}
(2-2/2)