Doc
This commit is contained in:
parent
66310b14d7
commit
6d8276c9c8
@ -258,6 +258,8 @@ print '<br>';
|
|||||||
print '<strong>$dolibarr_nocsrfcheck</strong>: '.(empty($dolibarr_nocsrfcheck) ? '0' : $dolibarr_nocsrfcheck);
|
print '<strong>$dolibarr_nocsrfcheck</strong>: '.(empty($dolibarr_nocsrfcheck) ? '0' : $dolibarr_nocsrfcheck);
|
||||||
if (!empty($dolibarr_nocsrfcheck)) {
|
if (!empty($dolibarr_nocsrfcheck)) {
|
||||||
print ' '.img_picto('', 'warning').' '.$langs->trans("IfYouAreOnAProductionSetThis", 0);
|
print ' '.img_picto('', 'warning').' '.$langs->trans("IfYouAreOnAProductionSetThis", 0);
|
||||||
|
} else {
|
||||||
|
print ' <span class="opacitymedium">('.$langs->trans("Recommended").': 0)</span>';
|
||||||
}
|
}
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
|||||||
@ -2158,7 +2158,7 @@ NoWritableFilesFoundIntoRootDir=No writable files or directories of the common p
|
|||||||
RecommendedValueIs=Recommended: %s
|
RecommendedValueIs=Recommended: %s
|
||||||
Recommended=Recommended
|
Recommended=Recommended
|
||||||
NotRecommended=Not recommended
|
NotRecommended=Not recommended
|
||||||
ARestrictedPath=A restricted path
|
ARestrictedPath=Some restricted path
|
||||||
CheckForModuleUpdate=Check for external modules updates
|
CheckForModuleUpdate=Check for external modules updates
|
||||||
CheckForModuleUpdateHelp=This action will connect to editors of external modules to check if a new version is available.
|
CheckForModuleUpdateHelp=This action will connect to editors of external modules to check if a new version is available.
|
||||||
ModuleUpdateAvailable=An update is available
|
ModuleUpdateAvailable=An update is available
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user