Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-09-30 16:04:16 +0400
committerMarc Delisle <marc@infomarc.info>2007-09-30 16:04:16 +0400
commit6a1e18b52e396d7f929bc4f6c6fd5aeab788d445 (patch)
treea95a2b00e267a34dfe489e85f8681ec596e8f5a9 /Documentation.html
parent111e7b046c341ab5bca01edea4a16895c648e541 (diff)
new parameter LeftDefaultTabTable and new default value for DefaultTabTable
Diffstat (limited to 'Documentation.html')
-rw-r--r--Documentation.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation.html b/Documentation.html
index 89b7ffe270..e9b51af3f9 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1267,6 +1267,14 @@ ALTER TABLE `pma_column_comments`
<dd>Defines whether to display database choice in light navigation frame as links
instead of in a drop-down. Defaults to 'auto' - on main page list is
shown, when database is selected, only drop down is displayed.</dd>
+
+ <dt id="cfg_LeftDefaultTabTable">$cfg['LeftDefaultTabTable'] string</dt>
+ <dd>Defines the tab displayed by default when clicking the small
+ icon next to each table name in the navigation panel. Possible
+ values: &quot;tbl_structure.php&quot;,
+ &quot;tbl_sql.php&quot;, &quot;tbl_select.php&quot;,
+ &quot;tbl_change.php&quot; or &quot;sql.php&quot;.</dd>
+
<dt id="cfg_ShowStats">$cfg['ShowStats'] boolean</dt>
<dd>Defines whether or not to display space usage and statistics about databases
and tables.<br />