Project

General

Profile

Feature #24899 ยป typo3-17414b-form_params.diff

Administrator Admin, 2011-01-31 09:25

View differences:

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>'
);
    (1-1/1)