diff --git a/doc/images/dolibarr_screenshot2_1280x800.jpg b/doc/images/dolibarr_screenshot2_1280x800.jpg
new file mode 100644
index 00000000000..1f3231f82a4
Binary files /dev/null and b/doc/images/dolibarr_screenshot2_1280x800.jpg differ
diff --git a/doc/images/dolibarr_screenshot2_1280x800.png b/doc/images/dolibarr_screenshot2_1280x800.png
deleted file mode 100644
index c5e30130c3e..00000000000
Binary files a/doc/images/dolibarr_screenshot2_1280x800.png and /dev/null differ
diff --git a/doc/images/dolibarr_screenshot4_1280x800.png b/doc/images/dolibarr_screenshot4_1280x800.png
deleted file mode 100644
index c00c3ea92e0..00000000000
Binary files a/doc/images/dolibarr_screenshot4_1280x800.png and /dev/null differ
diff --git a/doc/images/dolibarr_screenshot4_1680x1050.png b/doc/images/dolibarr_screenshot4_1680x1050.png
deleted file mode 100644
index afb2828b08a..00000000000
Binary files a/doc/images/dolibarr_screenshot4_1680x1050.png and /dev/null differ
diff --git a/doc/images/dolibarr_screenshot4_1920x1080.jpg b/doc/images/dolibarr_screenshot4_1920x1080.jpg
new file mode 100644
index 00000000000..d41dd87d027
Binary files /dev/null and b/doc/images/dolibarr_screenshot4_1920x1080.jpg differ
diff --git a/doc/images/dolibarr_screenshot5_1280x800.jpg b/doc/images/dolibarr_screenshot5_1280x800.jpg
index c732bc43709..de0d8151e03 100644
Binary files a/doc/images/dolibarr_screenshot5_1280x800.jpg and b/doc/images/dolibarr_screenshot5_1280x800.jpg differ
diff --git a/doc/images/dolibarr_screenshot5_1920x1080.jpg b/doc/images/dolibarr_screenshot5_1920x1080.jpg
index 0b5c749cb5c..8f14c3497c8 100644
Binary files a/doc/images/dolibarr_screenshot5_1920x1080.jpg and b/doc/images/dolibarr_screenshot5_1920x1080.jpg differ
diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php
index 9897b3c8a88..ac893c1d658 100644
--- a/htdocs/admin/delais.php
+++ b/htdocs/admin/delais.php
@@ -130,6 +130,35 @@ $modules = array(
$labelmeteo = array(0=>$langs->trans("No"), 1=>$langs->trans("Yes"), 2=>$langs->trans("OnMobileOnly"));
+if (! isset($conf->global->MAIN_DELAY_PROJECT_TO_CLOSE)) {
+ $conf->global->MAIN_DELAY_PROJECT_TO_CLOSE = 7; // Must be same value than into conf.class.php
+}
+if (! isset($conf->global->MAIN_DELAY_TASKS_TODO)) {
+ $conf->global->MAIN_DELAY_TASKS_TODO = 7; // Must be same value than into conf.class.php
+}
+if (! isset($conf->global->MAIN_DELAY_MEMBERS)) {
+ $conf->global->MAIN_DELAY_MEMBERS = 0; // Must be same value than into conf.class.php
+}
+if (! isset($conf->global->MAIN_DELAY_ACTIONS_TODO)) {
+ $conf->global->MAIN_DELAY_ACTIONS_TODO = 7; // Must be same value than into conf.class.php
+}
+if (! isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+}
+if (! isset($conf->global->MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS)) {
+ $conf->global->MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS = 7;
+}
+if (! isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+}
+if (! isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+}
+if (! isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+}
+
+
/*
* Actions
@@ -178,8 +207,6 @@ print ''.$langs->transnoentities("DelaysOfToleranceD
print " ".$langs->trans("OnlyActiveElementsAreShown", DOL_URL_ROOT.'/admin/modules.php')."
\n";
print "
\n";
-$countrynotdefined = ''.$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
-
if ($action == 'edit')
{
print '