// W3C compatibility on installer
This commit is contained in:
@@ -40,8 +40,8 @@ var process_percent = <?php echo 100 / count($this->process_steps) ?>;
|
||||
<p><?php echo $this->l('Here is your shop information. You can modify it once you are logged in.') ?></p>
|
||||
<table cellpadding="0" cellspacing="0" border="0" id="resultInstall" width="620">
|
||||
<tr class="odd">
|
||||
<td width="220" class="label"><?php echo $this->l('Shop name:') ?></td>
|
||||
<td width="400" class="resultEnd"><?php echo htmlspecialchars($this->session->shop_name) ?></td>
|
||||
<td style="width: 220px" class="label"><?php echo $this->l('Shop name:') ?></td>
|
||||
<td style="width: 400px" class="resultEnd"><?php echo htmlspecialchars($this->session->shop_name) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><?php echo $this->l('First name:') ?></td>
|
||||
@@ -60,16 +60,16 @@ var process_percent = <?php echo 100 / count($this->process_steps) ?>;
|
||||
<h3 class="infosBlock"><?php echo $this->l('WARNING: For security purposes, you must delete the "install" folder.') ?></h3>
|
||||
|
||||
<div id="boBlock" class="blockInfoEnd clearfix">
|
||||
<img src="theme/img/visu_boBlock.png" />
|
||||
<img src="theme/img/visu_boBlock.png" alt="" />
|
||||
<h3><?php echo $this->l('Back Office'); ?></h3>
|
||||
<p class="description"><?php echo $this->l('Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.') ?></p>
|
||||
<a href="../admin" id="access" class="BO" target="_blank"><span><?php echo $this->l('Manage your store') ?></span></a>
|
||||
<a href="../admin" class="BO" target="_blank"><span><?php echo $this->l('Manage your store') ?></span></a>
|
||||
</div>
|
||||
<div id="foBlock" class="blockInfoEnd last clearfix">
|
||||
<img src="theme/img/visu_foBlock.png" />
|
||||
<img src="theme/img/visu_foBlock.png" alt="" />
|
||||
<h3><?php echo $this->l('Front Office'); ?></h3>
|
||||
<p class="description"><?php echo $this->l('Discover your store as your future customers will see it!') ?></p>
|
||||
<a href="../" id="access" class="FO" target="_blank"><span><?php echo $this->l('Discover your store') ?></span></a>
|
||||
<a href="../" class="FO" target="_blank"><span><?php echo $this->l('Discover your store') ?></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user