// Design improvement of the javascript alert in the installer
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user