diff --git a/htdocs/install/check.php b/htdocs/install/check.php
index 79c8e590ab9..35efe1f36b2 100644
--- a/htdocs/install/check.php
+++ b/htdocs/install/check.php
@@ -64,7 +64,7 @@ pHeader('', ''); // No next step for navigation buttons. Next step is defined by
//print "
\n";
//print $langs->trans("InstallEasy")."
\n";
-print '
';
+print '
';
print ''.$langs->trans("MiscellaneousChecks")."
\n";
// Check browser
diff --git a/htdocs/install/default.css b/htdocs/install/default.css
index 5363d9530e1..fe85649844d 100644
--- a/htdocs/install/default.css
+++ b/htdocs/install/default.css
@@ -16,6 +16,10 @@
*/
+.paddingright {
+ padding-right: 4px;
+}
+
.opacitymedium {
opacity: 0.5;
}
diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php
index 0ca5805ba24..3f2e714640a 100644
--- a/htdocs/install/fileconf.php
+++ b/htdocs/install/fileconf.php
@@ -134,7 +134,7 @@ if (!empty($force_install_message)) {
- trans("WebServer"); ?>
+ trans("WebServer"); ?>
|
@@ -261,7 +261,7 @@ if (!empty($force_install_noedit)) {
- trans("DolibarrDatabase"); ?>
+ trans("DolibarrDatabase"); ?>
|
@@ -521,7 +521,7 @@ if (!empty($force_install_noedit)) {
?>
- trans("DatabaseSuperUserAccess"); ?>
+ trans("DatabaseSuperUserAccess"); ?>
|
diff --git a/htdocs/install/step1.php b/htdocs/install/step1.php
index 86e970f8194..a8bd9a4d3b6 100644
--- a/htdocs/install/step1.php
+++ b/htdocs/install/step1.php
@@ -347,7 +347,7 @@ if (!$error && $db->connected && $action == "set") {
}
// Show title of step
- print '
'.$langs->trans("ConfigurationFile").'
';
+ print '
'.$langs->trans("ConfigurationFile").'
';
print '
';
// Check parameter main_dir
diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php
index 2841ae8bdfe..f95cb218561 100644
--- a/htdocs/install/step2.php
+++ b/htdocs/install/step2.php
@@ -99,7 +99,7 @@ if (!is_writable($conffile)) {
}
if ($action == "set") {
- print '
'.$langs->trans("Database").'
';
+ print '
'.$langs->trans("Database").'
';
print '';
$error = 0;
diff --git a/htdocs/install/step4.php b/htdocs/install/step4.php
index 7d03c7b6fd0..82a01f39f6a 100644
--- a/htdocs/install/step4.php
+++ b/htdocs/install/step4.php
@@ -69,7 +69,7 @@ if (!is_writable($conffile)) {
}
-print '
'.$langs->trans("DolibarrAdminLogin").'
';
+print '
'.$langs->trans("DolibarrAdminLogin").'
';
print $langs->trans("LastStepDesc").'
';
diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php
index 8c6f1147e94..b841edb12ac 100644
--- a/htdocs/install/step5.php
+++ b/htdocs/install/step5.php
@@ -404,7 +404,7 @@ if ($action == "set" && $success) {
// If upgrade
if (empty($conf->global->MAIN_VERSION_LAST_UPGRADE) || ($conf->global->MAIN_VERSION_LAST_UPGRADE == DOL_VERSION)) {
// Upgrade is finished
- print $langs->trans("SystemIsUpgraded")."
";
+ print '
'.$langs->trans("SystemIsUpgraded")."
";
$createlock = 0;
diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php
index c985a50806d..bc615c1da94 100644
--- a/htdocs/install/upgrade.php
+++ b/htdocs/install/upgrade.php
@@ -110,7 +110,7 @@ $actiondone = 0;
if (!GETPOST('action', 'aZ09') || preg_match('/upgrade/i', GETPOST('action', 'aZ09'))) {
$actiondone = 1;
- print '
';
+ print '
';
print ''.$langs->trans("DatabaseMigration").'
';
print '
';
diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
index 23fa3d95a3c..f94e461398b 100644
--- a/htdocs/install/upgrade2.php
+++ b/htdocs/install/upgrade2.php
@@ -117,10 +117,10 @@ pHeader('', 'step5', GETPOST('action', 'aZ09') ?GETPOST('action', 'aZ09') : 'upg
if (!GETPOST('action', 'aZ09') || preg_match('/upgrade/i', GETPOST('action', 'aZ09'))) {
- print '
';
+ print '
';
print ''.$langs->trans('DataMigration').'
';
- print '
';
+ print '';
// If password is encoded, we decode it
if (preg_match('/crypted:/i', $dolibarr_main_db_pass) || !empty($dolibarr_main_db_encrypted_pass)) {