diff --git a/htdocs/admin/limits.php b/htdocs/admin/limits.php index 66c1ae1ce569c1ef0f277d9441f4f9e0c44a06d0..3806258d2467a50bbce5ac7a91f77dfb7ca4c0ff 100644 --- a/htdocs/admin/limits.php +++ b/htdocs/admin/limits.php @@ -169,7 +169,7 @@ else if (empty($mysoc->country_code)) { $langs->load("errors"); - $warnpicto=img_error($langs->trans("WarningMandatorySetupNotComplete")); + $warnpicto=img_warning($langs->trans("WarningMandatorySetupNotComplete")); print '<br><a href="'.DOL_URL_ROOT.'/admin/company.php?mainmenu=home">'.$warnpicto.' '.$langs->trans("WarningMandatorySetupNotComplete").'</a>'; } else diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index b084f21164c7096ead735f0bd33c5ed6aceaf802..733569d80714ebfb44771ace080c1f80d69282da 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -505,7 +505,6 @@ if ($action == 'edit') print '</div>'; print '</form>'; - print '<br>'; } else { @@ -662,7 +661,6 @@ else // Run the test to connect if ($action == 'testconnect') { - print '<br>'; print load_fiche_titre($langs->trans("DoTestServerAvailability")); // If we use SSL/TLS @@ -688,7 +686,6 @@ else // Show email send test form if ($action == 'test' || $action == 'testhtml') { - print '<br>'; print load_fiche_titre($action == 'testhtml'?$langs->trans("DoTestSendHTML"):$langs->trans("DoTestSend")); // Cree l'objet formulaire mail diff --git a/htdocs/langs/en_US/oauth.lang b/htdocs/langs/en_US/oauth.lang index 4cc08b058c698c60ae5e97eb9ba3ad80e838907d..260c0e1f902930ac839a21e196ce0d434f4616d9 100644 --- a/htdocs/langs/en_US/oauth.lang +++ b/htdocs/langs/en_US/oauth.lang @@ -8,7 +8,7 @@ TokenDeleted=Token deleted RequestAccess=Click here to request/renew access and receive a new token to save DeleteAccess=Click here to delete token UseTheFollowingUrlAsRedirectURI=Use the following URL as the Redirect URI when creating your credential on your OAuth provider: -ListOfSupportedOauthProviders=Enter here credential provided by your OAuth2 provider. Only supported OAuth2 providers are visible here. This setup may be used by other modules than need OAuth2 authentication. +ListOfSupportedOauthProviders=Enter here credential provided by your OAuth2 provider. Only supported OAuth2 providers are visible here. This setup may be used by other modules that need OAuth2 authentication. OAUTH_GOOGLE_NAME=Api Google OAUTH_GOOGLE_ID=Api Google Id OAUTH_GOOGLE_SECRET=Api Google Secret