diff --git a/htdocs/admin/system/dolibarr.php b/htdocs/admin/system/dolibarr.php
index d10e789f39c..e58cf45dd7e 100644
--- a/htdocs/admin/system/dolibarr.php
+++ b/htdocs/admin/system/dolibarr.php
@@ -435,7 +435,8 @@ foreach ($configfileparameters as $key => $value) {
if (empty($valuetoshow)) {
print img_warning("EditConfigFileToAddEntry", 'dolibarr_main_instance_unique_id');
}
- print ' ('.$langs->trans("HashForPing").'='.md5('dolibarr'.$valuetoshow).')';
+ print '';
+ print '
| => '.$langs->trans("HashForPing").' | '.md5('dolibarr'.$valuetoshow).' |
'."\n";
} elseif ($newkey == 'dolibarr_main_prod') {
print ${$newkey};
diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index d3e14b09c85..d656fbde897 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -9101,12 +9101,12 @@ class Form
if (!empty($conf->gravatar->enabled) && $email && empty($noexternsourceoverwrite)) {
// see https://gravatar.com/site/implement/images/php/
$ret .= '';
- $ret .= '
'; // gravatar need md5 hash
+ $ret .= '
'; // gravatar need md5 hash
} else {
if ($nophoto == 'company') {
- $ret .= ''.img_picto('', 'company').'
';
+ $ret .= ''.img_picto('', 'company').'
';
} else {
- $ret .= '
';
+ $ret .= '
';
}
}
}
diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php
index 42ea5e423af..03c5984d780 100644
--- a/htdocs/install/fileconf.php
+++ b/htdocs/install/fileconf.php
@@ -613,12 +613,13 @@ jQuery(document).ready(function() {
function init_needroot()
{
+ console.log("init_needroot force_install_noedit=");
/*alert(jQuery("#db_create_database").prop("checked")); */
if (jQuery("#db_create_database").is(":checked") || jQuery("#db_create_user").is(":checked"))
{
jQuery(".hideroot").show();
+ if (empty($force_install_noedit)) { ?>
jQuery(".needroot").removeAttr('disabled');
}
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 5af3fe19592..84df64fe655 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -2219,4 +2219,5 @@ EachTerminalHasItsOwnCounter=Each terminal use its own counter.
FillAndSaveAccountIdAndSecret=Fill and save account ID and secret first
PreviousHash=Previous hash
LateWarningAfter="Late" warning after
-TemplateforBusinessCards=Template for a business card in different size
\ No newline at end of file
+TemplateforBusinessCards=Template for a business card in different size
+HashForPing=Hash used for ping