// Installer improvements
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 295 B |
@@ -577,11 +577,13 @@ ul#optional {
|
||||
#resultInstall tr.odd {background:#f8f8f8;}
|
||||
#resultInstall td.resultEnd {color:#666;}
|
||||
|
||||
.print{background:white;color:#78A542;cursor:pointer;font-weight:700}
|
||||
|
||||
.blockInfoEnd {
|
||||
float:left;
|
||||
margin:34px 20px 22px 0;
|
||||
padding:10px;
|
||||
width:292px;/* 312 */
|
||||
width:292px;
|
||||
background:#fff url(img/bg_blockInfoEnd.png) repeat-x 0 0;
|
||||
border:1px solid #ccc;
|
||||
-moz-border-radius: 5px;
|
||||
|
||||
@@ -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