diff --git a/ChangeLog b/ChangeLog index 7e3ec279b..927c0a9b9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ $Source$ * db_details_links.php3: Display Query tab even with no tables. * libraries/charset_conversion.lib.php3: Default iconv parameters to empty string. + * config.inc.php3, left.php3: Optional dropdown for server list in left + frame (RFE #555978). 2003-06-04 Marc Delisle * libraries/sqlparser.lib.php3: bug 592692, pretty printer diff --git a/config.inc.php3 b/config.inc.php3 index 5e1a42baf..846328e95 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -207,6 +207,7 @@ $cfg['ShowTooltipAliasTB'] = FALSE; // are shown (in the left menu and db_de // table/db names $cfg['LeftDisplayLogo'] = TRUE; // display logo at top of left frame +$cfg['LeftDisplayServers'] = FALSE; // display server choice at top of left frame // In the main frame, at startup... $cfg['ShowStats'] = TRUE; // allow to display statistics and space usage in diff --git a/left.php3 b/left.php3 index 9c8fbe455..ec576a70f 100755 --- a/left.php3 +++ b/left.php3 @@ -340,6 +340,54 @@ if ($cfg['LeftDisplayLogo']) { +
+ + + + +
+