Project

General

Profile

Bug #17826 » extraFormHeaders_fix_2007-11-21.diff

Administrator Admin, 2007-11-21 15:59

View differences:

typo3/alt_doc.php (working copy)
$this->tceforms->printNeededJSFunctions_top().
$this->compileHeader().'
<div id="typo3-docbody">'.
$this->extraFormHeaders.
$this->compileForm($editForm).
$this->tceforms->printNeededJSFunctions().
$this->functionMenus().
......
';
if (is_array($this->tceforms->extraFormHeaders)) {
$content .= '<div id="typo3-docheader-rowextra">'.implode(chr(10), $this->tceforms->extraFormHeaders).'</div>';
$this->extraFormHeaders = '<div id="typo3-docheader-rowextra">'.implode(chr(10), $this->tceforms->extraFormHeaders).'</div>';
}
(4-4/4)