Index: typo3/db_new.php =================================================================== --- typo3/db_new.php (revision 6604) +++ typo3/db_new.php (working copy) @@ -428,12 +428,14 @@ $rowContent.= '
' . $halfLine; // Compile table row: - $startRows[]=' - - ' . $rowContent . ' - ' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . ' - - '; + if ($this->showNewRecLink('pages')) { + $startRows[]=' + + ' . $rowContent . ' + ' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . ' + + '; + } // New tables (but not pages) INSIDE this pages