Re-order two documentation items for consistency.

This commit is contained in:
Isaac Bennetch
2011-02-16 09:18:03 +01:00
committed by Dieter Adriaenssens
parent 19c0a58fb2
commit 29eca5a894

View File

@@ -1291,10 +1291,6 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
If you have only one server configured, <tt>$cfg['ServerDefault']</tt> If you have only one server configured, <tt>$cfg['ServerDefault']</tt>
MUST be set to that server.</dd> MUST be set to that server.</dd>
<dt id="cfg_MaxDbList">$cfg['MaxDbList'] integer</dt>
<dd>The maximum number of database names to be displayed in the
navigation frame and the database list.</dd>
<dt id="cfg_AjaxEnable">$cfg['AjaxEnable'] boolean</dt> <dt id="cfg_AjaxEnable">$cfg['AjaxEnable'] boolean</dt>
<dd>Defines whether to refresh only parts of certain pages using Ajax <dd>Defines whether to refresh only parts of certain pages using Ajax
techniques. Applies only where a non-Ajax behavior is possible; techniques. Applies only where a non-Ajax behavior is possible;
@@ -1305,6 +1301,10 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<dd>Enables check for latest versions using javascript on main phpMyAdmin <dd>Enables check for latest versions using javascript on main phpMyAdmin
page.</dd> page.</dd>
<dt id="cfg_MaxDbList">$cfg['MaxDbList'] integer</dt>
<dd>The maximum number of database names to be displayed in the
navigation frame and the database list.</dd>
<dt id="cfg_MaxTableList">$cfg['MaxTableList'] integer</dt> <dt id="cfg_MaxTableList">$cfg['MaxTableList'] integer</dt>
<dd>The maximum number of table names to be displayed in the <dd>The maximum number of table names to be displayed in the
main panel's list (except on the Export page). This limit is also enforced in the navigation panel main panel's list (except on the Export page). This limit is also enforced in the navigation panel