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:
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst55
1 files changed, 28 insertions, 27 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 2537981489..b65799bb01 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -1598,16 +1598,16 @@ Navigation panel setup
.. config:option:: $cfg['NavigationTreeDefaultTabTable']
:type: string
- :default: ``'tbl_structure.php'``
+ :default: ``'structure'``
Defines the tab displayed by default when clicking the small icon next
to each table name in the navigation panel. Possible values:
- * ``tbl_structure.php``
- * ``tbl_sql.php``
- * ``tbl_select.php``
- * ``tbl_change.php``
- * ``sql.php``
+ * ``structure``
+ * ``sql``
+ * ``search``
+ * ``insert``
+ * ``browse``
.. config:option:: $cfg['NavigationTreeDefaultTabTable2']
@@ -1618,11 +1618,11 @@ Navigation panel setup
to each table name in the navigation panel. Possible values:
* ``(empty)``
- * ``tbl_structure.php``
- * ``tbl_sql.php``
- * ``tbl_select.php``
- * ``tbl_change.php``
- * ``sql.php``
+ * ``structure``
+ * ``sql``
+ * ``search``
+ * ``insert``
+ * ``browse``
.. config:option:: $cfg['NavigationTreeEnableExpansion']
@@ -1957,40 +1957,41 @@ Tabs display settings
.. config:option:: $cfg['DefaultTabServer']
:type: string
- :default: ``'index.php'``
+ :default: ``'welcome'``
Defines the tab displayed by default on server view. Possible values:
- * ``main.php`` (recommended for multi-user setups)
- * ``server_databases.php``,
- * ``server_status.php``
- * ``server_variables.php``
- * ``server_privileges.php``
+ * ``welcome`` (recommended for multi-user setups)
+ * ``databases``,
+ * ``status``
+ * ``variables``
+ * ``privileges``
.. config:option:: $cfg['DefaultTabDatabase']
:type: string
- :default: ``'db_structure.php'``
+ :default: ``'structure'``
Defines the tab displayed by default on database view. Possible
values:
- * ``db_structure.php``
- * ``db_sql.php``
- * ``db_search.php``.
+ * ``structure``
+ * ``sql``
+ * ``search``
+ * ``operations``
.. config:option:: $cfg['DefaultTabTable']
:type: string
- :default: ``'sql.php'``
+ :default: ``'browse'``
Defines the tab displayed by default on table view. Possible values:
- * ``tbl_structure.php``
- * ``tbl_sql.php``
- * ``tbl_select.php``
- * ``tbl_change.php``
- * ``sql.php``
+ * ``structure``
+ * ``sql``
+ * ``search``
+ * ``insert``
+ * ``browse``
PDF Options
-----------