Modified the way the tables' number is displayed

This commit is contained in:
Loïc Chapeaux
2001-08-18 10:16:20 +00:00
parent 3e7b6edd76
commit 1a666dbf0f
25 changed files with 29 additions and 29 deletions

View File

@@ -199,9 +199,11 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) {
echo "\n";
?>
<tr bgcolor="<?php echo $cfgThBgcolor; ?>">
<td colspan="7" align="center">
<?php echo $strSum . "\n"; ?>&nbsp;&nbsp;
<b>( <?php echo $num_tables . ' ' . $strTables; ?> )</b>
<td align="center">
<?php echo sprintf($strTables, number_format($num_tables, 0, $number_decimal_separator, $number_thousands_separator)) . "\n"; ?>
</td>
<td colspan="6" align="center">
<?php echo $strSum . "\n"; ?>
</td>
<td align="right" nowrap="nowrap">
<?php echo number_format($sum_entries, 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>