Project

General

Profile

Bug #21747 » 12849-wizard v2.patch

Administrator Admin, 2010-02-22 18:58

View differences:

typo3/db_new.php (Arbeitskopie)
$rowContent.= '<br />' . $halfLine;
// Compile table row:
$startRows[]='
<tr>
<td nowrap="nowrap">' . $rowContent . '</td>
<td>' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . '</td>
</tr>
';
if ($this->showNewRecLink('pages')) {
$startRows[] = '
<tr>
<td nowrap="nowrap">' . $rowContent . '</td>
<td>' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . '</td>
</tr>
';
} else {
$startRows = array();
}
// New tables (but not pages) INSIDE this pages
(2-2/2)