Clarify the meaning of these directives
This commit is contained in:
@@ -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).
|
||||||
"Left" and "right" are parsed as "top"
|
"Left" and "right" are parsed as "top"
|
||||||
|
@@ -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');
|
||||||
|
Reference in New Issue
Block a user