Project

General

Profile

Bug #19133 ยป 20080721_template_upload_csh.patch

Administrator Admin, 2008-07-22 10:12

View differences:

typo3/templates/file_upload.html (working copy)
<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>
typo3/file_upload.php (working copy)
</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();
?>
?>
    (1-1/1)