Feature #24899 ยป typo3-17414b-form_params.diff
typo3/sysext/cms/tslib/content/class.tslib_content_form.php (Arbeitskopie) | ||
---|---|---|
' enctype="' . $GLOBALS['TYPO3_CONF_VARS']['SYS']['form_enctype'] . '"' .
|
||
' method="' . ($method ? $method : 'post') . '"' .
|
||
($theTarget ? ' target="' . $theTarget . '"' : '') .
|
||
(($conf['params'] || is_array($conf['params.'])) ? ' ' . $this->stdWrap($conf['params'], $conf['params.']) : '') .
|
||
$validateForm . '>', $hiddenfields . $content,
|
||
'</form>'
|
||
);
|