Bug #19641 ยป bug9836.patch
typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (working copy) | ||
---|---|---|
}
|
||
// Make footer of upload form, including the submit button:
|
||
$redirectValue = $this->thisScript.'?act='.$this->act.'&editorNo='.$this->editorNo.'&mode='.$this->mode.'&expandFolder='.rawurlencode($path).'&bparams='.rawurlencode($this->bparams);
|
||
$redirectValue = $this->thisScript.'?act='.$this->act.'&editorNo='.$this->editorNo.'&mode='.$this->mode.'&expandFolder='.rawurlencode($path).'&bparams='.rawurlencode($this->bparams).'&RTEtsConfigParams='.rawurlencode(t3lib_div::_GP('RTEtsConfigParams'));
|
||
$code.='<input type="hidden" name="redirect" value="'.htmlspecialchars($redirectValue).'" />'.
|
||
'<input type="submit" name="submit" value="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:file_upload.php.submit',1).'" />';
|
||
... | ... | |
'<input type="hidden" name="file[newfolder]['.$a.'][target]" value="'.htmlspecialchars($path).'" />';
|
||
// Make footer of upload form, including the submit button:
|
||
$redirectValue = $this->thisScript.'?act='.$this->act.'&editorNo='.$this->editorNo.'&mode='.$this->mode.'&expandFolder='.rawurlencode($path).'&bparams='.rawurlencode($this->bparams);
|
||
$redirectValue = $this->thisScript.'?act='.$this->act.'&editorNo='.$this->editorNo.'&mode='.$this->mode.'&expandFolder='.rawurlencode($path).'&bparams='.rawurlencode($this->bparams).'&RTEtsConfigParams='.rawurlencode(t3lib_div::_GP('RTEtsConfigParams'));
|
||
$code.='<input type="hidden" name="redirect" value="'.htmlspecialchars($redirectValue).'" />'.
|
||
'<input type="submit" name="submit" value="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.submit',1).'" />';
|
||