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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13187 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-09 15:56:45 +00:00
parent 5627f75039
commit c05b9c6797
+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>