* 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

@@ -118,6 +118,7 @@ $cfgThBgcolor = '#D3DCE3';
$cfgBgcolorOne = '#CCCCCC';
$cfgBgcolorTwo = '#DDDDDD';
$cfgTextareaCols = 40;
$cfgLimitChars = 50; // max field data length in browse mode
$cfgTextareaRows = 7;
$cfgModifyDeleteAtLeft = TRUE;
$cfgModifyDeleteAtRight = FALSE;