+2008-07-22 Benjamin Mack <benni@typo3.org>
+
+ * Fixed bug #9019: CSH in file_upload module is not in docheader
+
2008-07-21 Benjamin Mack <benni@typo3.org>
* Fixed bug #8534: Backend Login is now template-able
</div>
';
- // CSH:
- $code.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'file_upload', $GLOBALS['BACK_PATH'],'<br/>');
-
// Add the HTML as a section:
$pageContent.= $this->doc->section('',$code);
- $docHeaderButtons = array();
- // Add the HTML as a section:
+ // Header Buttons
+ $docHeaderButtons = array(
+ 'csh' => t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'file_upload', $GLOBALS['BACK_PATH'])
+ );
+
$markerArray = array(
'CSH' => $docHeaderButtons['csh'],
'FUNC_MENU' => t3lib_BEfunc::getFuncMenu($this->id, 'SET[function]', $this->MOD_SETTINGS['function'], $this->MOD_MENU['function']),
$SOBE->init();
$SOBE->main();
$SOBE->printContent();
-?>
\ No newline at end of file
+?>
<div class="buttonsright">###BUTTONLIST_RIGHT###</div>
</div>
<div id="typo3-docheader-row2">
- <div class="docheader-row2-left"><div class="docheader-funcmenu">###FUNC_MENU###</div></div>
+ <div class="docheader-row2-left"><div class="docheader-csh">###CSH###</div><div class="docheader-funcmenu">###FUNC_MENU###</div></div>
<div class="docheader-row2-right">###PATH###</div>
</div>
</div>