// Design improvement of the javascript alert in the installer

This commit is contained in:
Damien Metzger
2013-06-24 15:10:25 +02:00
parent eec1d53324
commit bf580094fa
+6 -1
View File
@@ -92,5 +92,10 @@
</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.') ?> <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>
<h4 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" style="height:16px;width:16px" />
</a>
</h4>
</noscript>