Bug #17826 » extraFormHeaders_fix_2007-11-21.diff
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>';
|
||
}
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »