Project

General

Profile

Bug #21747 » 12849-wizard.patch

Administrator Admin, 2009-11-30 14:38

View differences:

typo3/db_new.php (working copy)
$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>
';
}
// New tables (but not pages) INSIDE this pages
(1-1/2)