Bug #20348 ยป 20090424_RFC_10968.diff
typo3/file_newfolder.php (working copy) | ||
---|---|---|
// CSH:
|
||
$code.= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'file_newfile', $GLOBALS['BACK_PATH'],'<br/>');
|
||
$pageContent.= $this->doc->section($LANG->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.newfile'),$code);
|
||
$pageContent .= $this->doc->sectionEnd();
|
||
$pageContent .= '</form>';
|
||
$docHeaderButtons = array();
|
||