Clarify the meaning of these directives

This commit is contained in:
Marc Delisle
2011-02-09 07:55:38 -05:00
parent 0004198bca
commit 67d23c0c16
2 changed files with 5 additions and 3 deletions

View File

@@ -1884,7 +1884,8 @@ $cfg['TrustedProxies'] =
<dt><span id="cfg_ModifyDeleteAtLeft">$cfg['ModifyDeleteAtLeft'] </span>boolean <dt><span id="cfg_ModifyDeleteAtLeft">$cfg['ModifyDeleteAtLeft'] </span>boolean
<span id="cfg_ModifyDeleteAtRight">$cfg['ModifyDeleteAtRight'] </span>boolean <span id="cfg_ModifyDeleteAtRight">$cfg['ModifyDeleteAtRight'] </span>boolean
</dt> </dt>
<dd>Defines the place where modify and delete links would be put when <dd>Defines the place where table row links (Edit, Inline edit, Copy,
Delete) would be put when
tables contents are displayed (you may have them displayed both at the tables contents are displayed (you may have them displayed both at the
left and at the right). left and at the right).
&quot;Left&quot; and &quot;right&quot; are parsed as &quot;top&quot; &quot;Left&quot; and &quot;right&quot; are parsed as &quot;top&quot;

View File

@@ -311,8 +311,9 @@ $strConfigMcryptDisableWarning_desc = __('Disable the default warning that is di
$strConfigMcryptDisableWarning_name = __('mcrypt warning'); $strConfigMcryptDisableWarning_name = __('mcrypt warning');
$strConfigMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'); $strConfigMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
$strConfigMemoryLimit_name = __('Memory limit'); $strConfigMemoryLimit_name = __('Memory limit');
$strConfigModifyDeleteAtLeft_name = __('Show left delete link'); $strConfigModifyDeleteAtLeft_desc = __('These are Edit, Inline edit, Copy and Delete links');
$strConfigModifyDeleteAtRight_name = __('Show right delete link'); $strConfigModifyDeleteAtLeft_name = __('Show table row links on left side');
$strConfigModifyDeleteAtRight_name = __('Show table row links on right side');
$strConfigNaturalOrder_desc = __('Use natural order for sorting table and database names'); $strConfigNaturalOrder_desc = __('Use natural order for sorting table and database names');
$strConfigNaturalOrder_name = __('Natural order'); $strConfigNaturalOrder_name = __('Natural order');
$strConfigNavigationBarIconic_desc = __('Use only icons, only text or both'); $strConfigNavigationBarIconic_desc = __('Use only icons, only text or both');