diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php
index 2e7eb86eb..2d78ecee2 100644
--- a/install-dev/langs/fr/install.php
+++ b/install-dev/langs/fr/install.php
@@ -200,7 +200,7 @@ return array(
'firstname' => 'prénom',
'lastname' => 'nom de famille',
'Installation Assistant' => 'Assistant d\'installation',
- 'To enjoy the many features that are offered by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.' => 'Afin de profiter des nombreuses fonctionnalités qu\'offre PrestaShop, merci de prendre connaissance des termes des licences ci-dessous. Le coeur de PrestaShop est publié sous licence OSL 3.0 tandis que les modules et thèmes sont publiés sous licence AFL 3.0.',
+ 'To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.' => 'Afin de profiter gratuitement des nombreuses fonctionnalités qu\'offre PrestaShop, merci de prendre connaissance des termes des licences ci-dessous. Le coeur de PrestaShop est publié sous licence OSL 3.0 tandis que les modules et thèmes sont publiés sous licence AFL 3.0.',
'PrestaShop Installation Assistant' => 'Assistant d\'installation',
'Contact us!' => 'Contactez-nous !',
'E-mail:' => 'E-mail :',
diff --git a/install-dev/theme/js/database.js b/install-dev/theme/js/database.js
index 6e47831bd..0650f49ef 100644
--- a/install-dev/theme/js/database.js
+++ b/install-dev/theme/js/database.js
@@ -36,54 +36,4 @@ $(document).ready(function()
}
});
});
-
- // Check mails configuration
- if (!$('#set_stmp').prop('checked'))
- $("div#mailSMTPParam").hide();
-
- $("#set_stmp").click(function()
- {
- if ($("input#set_stmp").prop('checked'))
- $("div#mailSMTPParam").slideDown('slow');
- else
- $("div#mailSMTPParam").slideUp('slow');
- });
-
- // Send test email
- $('#btVerifyMail').click(function()
- {
- $("#mailResultCheck").slideUp('slow');
- $.ajax({
- url: 'index.php',
- data: {
- 'sendMail': 'true',
- 'smtpSrv': $('#smtpSrv').val(),
- 'smtpEnc': $('#smtpEnc').val(),
- 'smtpPort': $('#smtpPort').val(),
- 'smtpLogin': $('#smtpLogin').val(),
- 'smtpPassword': $('#smtpPassword').val(),
- 'testEmail': $('#smtpSrv').val(),
- 'testEmail': $('#testEmail').val(),
- 'smtpChecked': ($('#set_stmp').prop('checked') ? 'true' : 'false')
- },
- dataType: 'json',
- cache: false,
- success: function(json)
- {
- $("#mailResultCheck")
- .addClass((json.success) ? 'infosBlock' : 'errorBlock')
- .removeClass((json.success) ? 'errorBlock' : 'infosBlock')
- .html(json.message)
- .slideDown('slow');
- },
- error: function(xhr)
- {
- $("#mailResultCheck")
- .addClass('errorBlock')
- .removeClass('infosBlock')
- .html('An error occurred:
'+xhr.responseText)
- .slideDown('slow');
- }
- });
- });
});
\ No newline at end of file
diff --git a/install-dev/theme/view.css b/install-dev/theme/view.css
index 7556d3b03..3ecd4f8e8 100644
--- a/install-dev/theme/view.css
+++ b/install-dev/theme/view.css
@@ -257,12 +257,16 @@ div.field {
}
.infosBlock {
- padding:14px 25px 14px 35px;
+ padding:14px 25px 14px 20px;
font-weight:normal;
font-size:13px;
line-height:18px;
- background:#f8f8f8 url(img/pict_h3_infos.png) no-repeat 10px 13px;
- border:1px solid #ccc;
+ background:#f8f8f8;
+ border:1px solid #ccc
+}
+
+.infosBlock img {
+ vertical-align:middle
}
.warnBlock {
diff --git a/install-dev/theme/views/configure.phtml b/install-dev/theme/views/configure.phtml
index faf816f27..0861bd78c 100644
--- a/install-dev/theme/views/configure.phtml
+++ b/install-dev/theme/views/configure.phtml
@@ -56,7 +56,7 @@ var default_iso = 'session->shop_country ?>';
l('Must be alphanumeric string with at least 8 characters') ?>
+l('Must be letters and numbers with at least 8 characters') ?>
l('To enjoy the many features that are offered by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.') ?>
+l('To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.') ?>
diff --git a/install-dev/theme/views/process.phtml b/install-dev/theme/views/process.phtml index f0eecb7fa..0beac6c6a 100644 --- a/install-dev/theme/views/process.phtml +++ b/install-dev/theme/views/process.phtml @@ -57,7 +57,10 @@ var process_steps = process_steps) ?>; -
+