Bug #18502 » 7943_nestedHTML_filelist2.diff
typo3/file_list.php (working copy) | ||
---|---|---|
$docHeaderButtons = array_merge($this->getButtons(), $buttons);
|
||
// Build the <body> for the module
|
||
$this->content = $this->doc->startPage('Template Tools');
|
||
$this->content = $this->doc->startPage($LANG->getLL('files'));
|
||
// Create output
|
||
$pageContent='';
|
||
$pageContent.=$this->doc->startPage($LANG->getLL('files'));
|
||
$pageContent.= '<form action="'.htmlspecialchars($this->filelist->listURL()).'" method="post" name="dblistForm">';
|
||
$pageContent.= $this->filelist->HTMLcode;
|
||
$pageContent.= '<input type="hidden" name="cmd" /></form>';
|
- « Previous
- 1
- 2
- Next »