Project

General

Profile

Bug #22293 » class.tslib_menu.php.diff

Administrator Admin, 2010-03-18 11:14

View differences:

C:/neptun/TYPO3/typo3_src-4.3.2/typo3/sysext/cms/tslib/class.tslib_menu.php Do 18. Mrz 10:30:05 2010
// open in popup window?
if ($matches[3] && $matches[4]) {
$JSparamWH = 'width=' . $matches[3] . ',height=' . $matches[4] . ($matches[5] ? ',' . substr($matches[5], 1) : '');
$onClick = 'vHWin=window.open(\'' . $LD['totalURL'] . '\',\'FEopenLink\',\'' . $JSparamWH . '\');vHWin.focus();return false;';
$onClick = 'vHWin=window.open(\'' . $GLOBALS['TSFE']->baseUrlWrap($LD['totalURL']) . '\',\'FEopenLink\',\'' . $JSparamWH . '\');vHWin.focus();return false;';
$LD['target'] = '';
}
}
(1-1/2)