// W3C compatibility on installer

This commit is contained in:
rMalie
2012-02-03 16:02:16 +00:00
parent a2aeff5436
commit eedc04461b
5 changed files with 42 additions and 42 deletions
+6 -6
View File
@@ -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>