Project

General

Profile

Bug #17195 » 5387_2.diff

Administrator Admin, 2008-07-26 04:41

View differences:

typo3/file_newfolder.php (Arbeitskopie)
function reload(a) { //
if (!changed || (changed && confirm('.$LANG->JScharCode($LANG->sL('LLL:EXT:lang/locallang_core.php:mess.redraw')).'))) {
var params = "&target="+escape(path)+"&number="+a;
var params = "&target="+escape(path)+"&number="+a+"&returnUrl="+escape("' . $this->returnUrl . '");
window.location.href = "file_newfolder.php?"+params;
}
}
(2-2/2)