Project

General

Profile

Bug #18502 » 7943_nestedHTML_filelist2.diff

Administrator Admin, 2008-03-31 11:32

View differences:

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>';
(2-2/2)