From be42bf2035d54ebb36d7eb2e070c5bae6b6fd896 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 17 Jan 2013 06:32:09 -0500 Subject: [PATCH] This is now called the navigation panel --- libraries/config.default.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 11149c7935..7bec1117aa 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -250,7 +250,7 @@ $cfg['Servers'][$i]['LogoutURL'] = ''; $cfg['Servers'][$i]['nopassword'] = false; /** - * If set to a db-name, only this db is displayed in left frame + * If set to a db-name, only this db is displayed in navigation panel * It may also be an array of db-names, where sorting order is relevant. * * @global string $cfg['Servers'][$i]['only_db'] @@ -815,14 +815,14 @@ $cfg['NavigationTreeTableSeparator'] = '__'; $cfg['NavigationTreeTableLevel'] = 1; /** - * display table comment as tooltip in left frame + * display table comment as tooltip in navigation panel * * @global boolean $cfg['ShowTooltip'] */ $cfg['ShowTooltip'] = true; /** - * display logo at top of left frame + * display logo at top of navigation panel * * @global boolean $cfg['NavigationDisplayLogo'] */ @@ -844,14 +844,14 @@ $cfg['NavigationLogoLink'] = 'index.php'; $cfg['NavigationLogoLinkWindow'] = 'main'; /** - * number of recently used tables displayed in the navigation frame + * number of recently used tables displayed in the navigation panel * * @global integer $cfg['NumRecentTables'] */ $cfg['NumRecentTables'] = 10; /** - * display a JavaScript table filter in the left frame + * display a JavaScript table filter in the navigation panel * when more then x tables are present * * @global boolean $cfg['NavigationTreeDisplayItemFilterMinimum'] @@ -859,7 +859,7 @@ $cfg['NumRecentTables'] = 10; $cfg['NavigationTreeDisplayItemFilterMinimum'] = 30; /** - * display server choice at top of left frame + * display server choice at top of navigation panel * * @global boolean $cfg['NavigationDisplayServers'] */ @@ -873,7 +873,7 @@ $cfg['NavigationDisplayServers'] = true; $cfg['DisplayServersList'] = false; /** - * display a JavaScript database filter in the left frame + * display a JavaScript database filter in the navigation panel * when more then x databases are present * * @global boolean $cfg['NavigationTreeDisplayDbFilterMinimum']