The tab settings don't fit into the 'left frame' part.
This commit is contained in:
@@ -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 <me@supergarv.de>
|
||||
* libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.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
|
||||
|
Reference in New Issue
Block a user