// Installer can be translated at /install-dev/dev/translate.php
This commit is contained in:
@@ -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') ?>
|
||||
|
||||
@@ -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; ?>
|
||||
|
||||
@@ -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): ?>
|
||||
|
||||
Reference in New Issue
Block a user