Project

General

Profile

Bug #24618 ยป 17088.diff

Administrator Admin, 2011-01-17 17:04

View differences:

typo3/db_new.php (working copy)
$startRows[] = '
<tr>
<td nowrap="nowrap">' . $rowContent . '</td>
<td>' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . '</td>
<td>' . t3lib_BEfunc::wrapInHelp($table, '') . '</td>
</tr>
';
}
......
$startRows[] = '
<tr>
<td nowrap="nowrap">' . $rowContent . '</td>
<td>' . t3lib_BEfunc::cshItem($table, '', $this->doc->backPath, '', $doNotShowFullDescr) . '</td>
<td>' . t3lib_BEfunc::wrapInHelp($table, '') . '</td>
</tr>';
} else {
$this->tRows[$groupName]['title'] = $thisTitle;
......
$row = '<tr>
<td nowrap="nowrap">' . $halfLine . '<br />' .
$firstLevel . '' . $iconFile[$key] . '&nbsp;<strong>' . $value['title'] . '</strong>' .
'</td><td>'.t3lib_BEfunc::cshItem($t,'',$this->doc->backPath,'',$doNotShowFullDescr).'</td>
'</td><td>' . t3lib_BEfunc::wrapInHelp($table, '') . '</td>
</tr>';
$count = count($value['html']) - 1;
foreach ($value['html'] as $recordKey => $record) {
$row .= '
<tr>
<td nowrap="nowrap">' . ($recordKey < $count ? $secondLevel : $secondLevelLast) . $record . '</td>
<td>'.t3lib_BEfunc::cshItem($value['table'][$recordKey], '', $this->doc->backPath, '', $doNotShowFullDescr) . '</td>
<td>' . t3lib_BEfunc::wrapInHelp($value['table'][$recordKey], '') . '</td>
</tr>';
}
$finalRows[] = $row;
    (1-1/1)