// Installer improvements

This commit is contained in:
Damien Metzger
2013-06-24 13:41:40 +02:00
parent 5335820915
commit 1d5e34cb37
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -93,5 +93,5 @@
</ul>
</div>
<noscript>
<h3 class="errorBlock" style="margin-bottom:10px"><?php echo $this->l('To install PrestaShop, you need to have JavaScript enabled in your browser.') ?></h3>
<h3 class="errorBlock" style="margin-bottom:10px"><?php echo $this->l('To install PrestaShop, you need to have JavaScript enabled in your browser.') ?> <a href="<?php echo $this->l('http://doc.prestashop.com/display/PS15/What+you+need+to+get+started#HowtoenableJavaScript-HowtoenableJavaScript') ?>" target="_blank"><img src="theme/img/help.png" /></a></h3>
</noscript>