';
+
print ''.$langs->trans("DolibarrSetup");
if ($soutitre) {
print ' - '.$soutitre;
@@ -348,9 +370,10 @@ function pHeader($soutitre,$next,$action='set',$param='')
* @param string $nonext No button "Next step"
* @param string $setuplang Language code
* @param string $jscheckfunction Add a javascript check function
+ * @param string $withpleasewait Add also please wait tags
* @return void
*/
-function pFooter($nonext=0,$setuplang='',$jscheckfunction='')
+function pFooter($nonext=0,$setuplang='',$jscheckfunction='', $withpleasewait=0)
{
global $conf,$langs;
@@ -365,7 +388,7 @@ function pFooter($nonext=0,$setuplang='',$jscheckfunction='')
print '
"';
if ($jscheckfunction) print ' onClick="return '.$jscheckfunction.'();"';
print '>
';
- print '
'.$langs->trans("NextStepMightLastALongTime").'
'.$langs->trans("PleaseBePatient").'
';
+ if ($withpleasewait) print '
'.$langs->trans("NextStepMightLastALongTime").'
'.$langs->trans("PleaseBePatient").'
';
}
if ($setuplang)
{
diff --git a/htdocs/install/index.php b/htdocs/install/index.php
index 1c288ff9f23..8ae001bb1e6 100644
--- a/htdocs/install/index.php
+++ b/htdocs/install/index.php
@@ -48,11 +48,6 @@ $formadmin=new FormAdmin(''); // Note: $db does not exist yet but we don't need
pHeader("", "check"); // Etape suivante = check
-print '
';
-print ' ';
-print DOL_VERSION.'
';
-print '
';
-
// Ask installation language
print '
';
print '
';
diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang
index cd43be5c0af..9ccea54a0f8 100644
--- a/htdocs/langs/en_US/install.lang
+++ b/htdocs/langs/en_US/install.lang
@@ -155,6 +155,7 @@ MigrationShippingDelivery2=Upgrade storage of shipping 2
MigrationFinished=Migration finished
LastStepDesc=Last step: Define here login and password you plan to use to connect to software. Do not loose this as it is the account to administer all others.
ActivateModule=Activate module %s
+ShowEditTechnicalParameters=Click here to show/edit advanced parameters (expert mode)
#########
# upgrade
diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang
index 2dd0216fbc8..f73c95aacd9 100644
--- a/htdocs/langs/fr_FR/install.lang
+++ b/htdocs/langs/fr_FR/install.lang
@@ -160,6 +160,7 @@ LinkedElementsInvalidDeleted=%s liaisons invalides ont été supprimées
NothingToDelete=Aucune liaison invalide trouvée
SourceType=Source
TargetType=Cible
+ShowEditTechnicalParameters=Cliquer ici pour afficher/éditer les paramètres techniques (mode expert)
#########
# upgrade
diff --git a/htdocs/support/inc.php b/htdocs/support/inc.php
index f27546d2528..97ab847f1a9 100644
--- a/htdocs/support/inc.php
+++ b/htdocs/support/inc.php
@@ -72,6 +72,7 @@ $conffiletoshow = "htdocs/conf/conf.php";
//$conffile = "/etc/dolibarr/conf.php";
//$conffiletoshow = "/etc/dolibarr/conf.php";
+
if (! defined('DONOTLOADCONF') && file_exists($conffile))
{
$result=include_once $conffile; // Load conf file
diff --git a/htdocs/theme/common/information.png b/htdocs/theme/common/information.png
new file mode 100644
index 00000000000..231d39426c5
Binary files /dev/null and b/htdocs/theme/common/information.png differ