// Add a link to restart installer if an error occured + session protection on reinstallation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12967 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-03 10:43:55 +00:00
parent 45a22cf98e
commit 2afd7e16d2
5 changed files with 50 additions and 3 deletions
+5
View File
@@ -25,6 +25,11 @@ var process_percent = <?php echo 100 / count($this->process_steps) ?>;
</li>
<?php endforeach; ?>
</ol>
<div id="error_process">
<h3><?php echo $this->l('An error occured during installation ...') ?></h3>
<p><?php echo $this->l('You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.', 'index.php?restart=true') ?></p>
</div>
</div>
</div>