default tab selection stuff:

* Documentation.html: docs about $cfg['DefaultTabDatabase']
      and $cfg['DefaultTabTable']
    * config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
      default tab selection is now customizable from config.inc.php3.
This commit is contained in:
Olivier Müller
2002-06-29 08:13:01 +00:00
parent 91a6ea8620
commit 11bcc210e1
6 changed files with 60 additions and 21 deletions

View File

@@ -184,11 +184,20 @@ $cfg['GZipDump'] = TRUE; // compression for
$cfg['BZipDump'] = TRUE; // dump files
// Default Tabs settings
// Default Tabs display settings
$cfg['DefaultTabTable'] = 'Structure'; // not active yet
$cfg['DefaultTabDatabase'] = 'Structure'; // not active yet
//$cfg['DefaultTabDatabase'] = 'db_details_structure.php3';
// Possible values:
// 'db_details_structure.php3' = tables list
// 'db_details.php3' = sql form
// 'db_search.php3' = search query
//$cfg['DefaultTabTable'] = 'tbl_properties_structure.php3';
// Possible values:
// 'tbl_properties_structure.php3' = fields list
// 'tbl_properties.php3' = sql form
// 'tbl_select.php3 = select page
// 'tbl_change.php3 = insert row page
/**
* Link to the official MySQL documentation