From f43c0848d4b9996c9b7fa589472a4c8921e19c10 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 27 Feb 2003 14:05:50 +0000 Subject: [PATCH] The tab settings don't fit into the 'left frame' part. --- ChangeLog | 1 + config.inc.php3 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d170ef243..aab69c2ab 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ - Backwards compatibility; - Removed some unnecessary code; - Added a small HOWTO. + * config.inc.php3: The tab settings don't fit into the 'left frame' part. 2003-02-27 Garvin Hicking * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3, diff --git a/config.inc.php3 b/config.inc.php3 index 89f3d802d..5640cacba 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -183,7 +183,6 @@ $cfg['UseDbSearch'] = TRUE; // whether to enable the "database searc // Left frame setup $cfg['LeftFrameLight'] = TRUE; // use a select-based menu and display only the // current tables in the left frame. -$cfg['LightTabs'] = FALSE; // use lightweight, graphically less intense menu-tabs $cfg['ShowTooltip'] = TRUE; // display table comment as tooltip in left frame $cfg['ShowTooltipAliasDB'] = FALSE; // if ShowToolTip is enabled, this defines that table/db comments $cfg['ShowTooltipAliasTB'] = FALSE; // are shown (in the left menu and db_details_structure) instead of @@ -229,7 +228,8 @@ $cfg['ZipDump'] = TRUE; // Allow the use of zip/gzip/bzip $cfg['GZipDump'] = TRUE; // compression for $cfg['BZipDump'] = TRUE; // dump files -// Default Tabs display settings +// Tabs display settings +$cfg['LightTabs'] = FALSE; // use graphically less intense menu tabs $cfg['DefaultTabServer'] = 'main.php3'; // Possible values: // 'main.php3' = the welcome page