// Fix FO / Admin links in installer (window was open twice)

This commit is contained in:
rMalie
2012-02-09 15:56:45 +00:00
parent 0b09dceac8
commit 1dbde70b82
+2 -2
View File
@@ -54,13 +54,13 @@ var process_steps = <?php echo Tools::jsonEncode($this->process_steps) ?>;
<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" class="BO" target="_blank"><span><?php echo $this->l('Manage your store') ?></span></a>
<a class="BO" target="_blank"><span><?php echo $this->l('Manage your store') ?></span></a>
</div>
<div id="foBlock" class="blockInfoEnd last clearfix" onclick="window.open('../')" />
<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="../" class="FO" target="_blank"><span><?php echo $this->l('Discover your store') ?></span></a>
<a class="FO" target="_blank"><span><?php echo $this->l('Discover your store') ?></span></a>
</div>
</div>
</div>