Index: typo3/db_new.php =================================================================== --- typo3/db_new.php (revision 10101) +++ typo3/db_new.php (working copy) @@ -436,7 +436,7 @@ $startRows[] = ' ' . $rowContent . ' - ' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . ' + ' . t3lib_BEfunc::wrapInHelp($table, '') . ' '; } @@ -540,7 +540,7 @@ $startRows[] = ' ' . $rowContent . ' - ' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . ' + ' . t3lib_BEfunc::wrapInHelp($table, '') . ' '; } else { $this->tRows[$groupName]['title'] = $thisTitle; @@ -566,14 +566,14 @@ $row = ' ' . $halfLine . '
' . $firstLevel . '' . $iconFile[$key] . ' ' . $value['title'] . '' . - ''.t3lib_BEfunc::cshItem($t,'',$this->doc->backPath,'',$doNotShowFullDescr).' + '' . t3lib_BEfunc::wrapInHelp($table, '') . ' '; $count = count($value['html']) - 1; foreach ($value['html'] as $recordKey => $record) { $row .= ' ' . ($recordKey < $count ? $secondLevel : $secondLevelLast) . $record . ' - '.t3lib_BEfunc::cshItem($value['table'][$recordKey], '', $this->doc->backPath, '', $doNotShowFullDescr) . ' + ' . t3lib_BEfunc::wrapInHelp($value['table'][$recordKey], '') . ' '; } $finalRows[] = $row;