// Installer improvements
This commit is contained in:
@@ -34,6 +34,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
|
||||
<p class="userInfos aligned"><?php echo $this->l('Help us learn more about your store so we can offer you optimal guidance and the best features for your business!') ?></p>
|
||||
</div>
|
||||
|
||||
<?php if (_PS_MODE_DEV_): ?>
|
||||
<!-- Install type (with fixtures or not) -->
|
||||
<div class="field clearfix">
|
||||
<label class="aligned"><?php echo $this->l('Install demo products:') ?></label>
|
||||
@@ -49,6 +50,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
|
||||
</div>
|
||||
<p class="userInfos aligned"><?php echo $this->l('Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.') ?></p>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- Country list -->
|
||||
<div class="field clearfix">
|
||||
@@ -93,6 +95,8 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
|
||||
</div>
|
||||
<span id="resultInfosLogo" class="result"></span>
|
||||
</div>
|
||||
|
||||
<h2 style="margin-top:20px"><?php echo $this->l('Your Account') ?></h2>
|
||||
|
||||
<!-- Admin firstname -->
|
||||
<div class="field clearfix">
|
||||
|
||||
@@ -41,6 +41,10 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
|
||||
<tr class="odd">
|
||||
<td class="label"><?php echo $this->l('E-mail:') ?></td>
|
||||
<td class="resultEnd"><?php echo htmlspecialchars($this->session->admin_email) ?></td>
|
||||
<td rowspan="2" class="print" onclick="$('#password_content').html('<?php echo htmlspecialchars(addslashes($this->session->admin_password)) ?>'); $('#password_display').hide(); window.print();">
|
||||
<img src="theme/img/print.png" alt="" style="vertical-align:top">
|
||||
<?php echo $this->l('Print my login information') ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><?php echo $this->l('Password:') ?></td>
|
||||
|
||||
Reference in New Issue
Block a user