From 4c6c654cd9807436a5a4a987b40b71d56b57d2c3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Jan 2026 01:07:30 +0100 Subject: [PATCH 1/2] Fix exemple --- dev/build/makepack-dolibarr.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/build/makepack-dolibarr.pl b/dev/build/makepack-dolibarr.pl index 507e9e91d03..5ddd59aee79 100755 --- a/dev/build/makepack-dolibarr.pl +++ b/dev/build/makepack-dolibarr.pl @@ -103,8 +103,8 @@ if (! $ENV{"DESTIBETARC"} || ! $ENV{"DESTISTABLE"}) print "On Linux:\n"; print "export DESTIBETARC='/tmp'; export DESTISTABLE='/tmp';\n"; print "On Windows:\n"; - print "set DESTIBETARC=c:/tmp\n"; - print "set DESTISTABLE=c:/tmp\n"; + print "set DESTIBETARC=c:/temp\n"; + print "set DESTISTABLE=c:/temp\n"; print "\n"; print "Example in .bashrc:\n"; print "export DESTIBETARC='/mnt/HDDATA1_LD/Mes Archives/Doli/dolibarr/lastbuild'\n"; From e12e15d89f7884c9437992238e531086b1135f0a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Jan 2026 01:12:10 +0100 Subject: [PATCH 2/2] CSS --- htdocs/install/default.css | 2 +- htdocs/install/step5.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/default.css b/htdocs/install/default.css index f1aa9192e59..93a5afc1e67 100644 --- a/htdocs/install/default.css +++ b/htdocs/install/default.css @@ -45,7 +45,7 @@ } .no-bottom { - padding-bottom: 0; + padding-bottom: 0 !important; } .small { diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php index 8a481052eea..5a689bba671 100644 --- a/htdocs/install/step5.php +++ b/htdocs/install/step5.php @@ -176,7 +176,7 @@ if ($action == "set") { // Test on permissions not required here $morehtml = ''; -pHeader($langs->trans("DolibarrSetup").' - '.$langs->trans("SetupEnd"), "step5", 'set', '', '', 'main-inside main-inside-borderbottom'); +pHeader($langs->trans("DolibarrSetup").' - '.$langs->trans("SetupEnd"), "step5", 'set', '', '', 'main-inside main-inside-borderbottom no-bottom'); print '
'; // Test if we can run a first install process