Project

General

Profile

Bug #14227 » 06_fe_adminLib_FORMURLtypoLink.patch

Administrator Admin, 2005-05-11 20:23

View differences:

typo3_src-3.8.0-cvs/typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc 2005-05-11 20:23:39.722197288 +0200
// get table
$this->theTable = $this->conf['table'];
$this->nc = $this->conf['no_cache'] ? '&no_cache=1' : $this->nc;
$this->nc = intval($this->cObj->stdWrap($this->conf['no_cache'], $this->conf['no_cache.']))? '&no_cache=1' : $this->nc;
// pid
$this->thePid = intval($this->conf['pid']) ? intval($this->conf['pid']) : $GLOBALS['TSFE']->id;
//
......
$this->markerArray['###GC3###'] = $this->cObj->stdWrap($this->conf['color3'],$this->conf['color3.']);
// Initialize markerArray, setting FORM_URL and HIDDENFIELDS
$this->markerArray['###FORM_URL###'] = 'index.php?id='.$GLOBALS['TSFE']->id.'&type='.$GLOBALS['TSFE']->type.$this->nc.$this->conf['addParams'];
$this->markerArray['###FORM_URL###'] = $this->cObj->getTypolink_URL($GLOBALS['TSFE']->id, $this->nc.$this->cObj->stdWrap($this->conf['addParams'], $this->conf['addParams.']));
$this->markerArray['###FORM_URL_ENC###'] = rawurlencode($this->markerArray['###FORM_URL###']);
$this->markerArray['###FORM_URL_HSC###'] = htmlspecialchars($this->markerArray['###FORM_URL###']);
(2-2/2)