* db_details.php3: feature request #451138: display # of tables,

* left.php3: added display of # of tables, for a better overview
        * config.php3, lib.inc.php3, docs: feature request #451137:
This commit is contained in:
Olivier Müller
2001-08-15 17:35:58 +00:00
parent 9e25784d3f
commit 65340286de
30 changed files with 48 additions and 4 deletions

View File

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