// Installer can be translated at /install-dev/dev/translate.php

This commit is contained in:
Damien Metzger
2013-02-27 14:53:51 +01:00
parent cf249aa2dc
commit 52435c2fad
10 changed files with 341 additions and 241 deletions
+5 -5
View File
@@ -149,19 +149,19 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<?php echo $this->displayError('admin_password_confirm') ?>
</div>
<!-- Recieve by email -->
<!-- Newsletter -->
<div class="field clearfix" id="contentInfosNotification">
<div class="contentinput">
<input type="checkbox" name="send_informations" id="infosNotification" class="aligned" style="vertical-align: middle;" <?php if ($this->session->send_informations): ?>checked="checked"<?php endif; ?> />
<label for="infosNotification"><?php echo $this->l('Receive this information by e-mail') ?></label>
<input type="checkbox" name="send_informations" id="infosNotification" class="aligned" style="vertical-align:middle" <?php if ($this->session->send_informations): ?>checked="checked"<?php endif; ?> />
<label for="infosNotification"><?php echo $this->l('Sign-up to the newsletter') ?></label>
<br/>
<span id="resultInfosNotification" class="result aligned"></span>
</div>
<p class="userInfos aligned"><?php echo $this->l('Warning: You will receive this information only if your e-mail configuration is correct.') ?></p>
<p class="userInfos aligned"><?php echo $this->l('PrestaShop can provide you with guidance on a regular basis by sending you tips on how to optimize the management of your store which will help you grow your business. If you do not wish to receive these tips, please uncheck this box.') ?></p>
</div>
</div>
<!-- Partners form -->
<div id="benefitsBlock" style="display: none;"></div>
<div id="benefitsBlock" style="display:none"></div>
<?php $this->displayTemplate('footer') ?>
+1 -1
View File
@@ -71,7 +71,7 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
</div>
<?php if (@fsockopen('addons.prestashop.com', 80, $errno, $errst, 3)): ?>
<iframe src="http://addons.prestashop.com/psinstall.php?lang=<?php echo $this->language->getLanguageIso() ?>" scrolling="no" id="prestastore">
<iframe src="http://addons.prestashop.com/psinstall.php?version=2&lang=<?php echo $this->language->getLanguageIso() ?>&email=<?php echo $this->session->admin_email ?>&activity=<?php echo $this->session->shop_activity ?>" scrolling="no" id="prestastore">
<p>Your browser does not support iframes.</p>
</iframe>
<?php endif; ?>
+1 -1
View File
@@ -7,7 +7,7 @@
<?php if ($this->tests['required']['success']): ?>
<h3 class="okBlock"><?php echo $this->l('PrestaShop compatibility with your system environment has been verified!') ?></h3>
<?php else: ?>
<h3 class="errorBlock"><?php echo $this->l('Oops! Please correct the item(s) below, and then click Refresh information to test the compatibility of your new system.') ?></h3>
<h3 class="errorBlock"><?php echo $this->l('Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.') ?></h3>
<?php endif; ?>
<!-- Display tests results -->
<?php foreach ($this->tests_render as $type => $categories): ?>