// 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
+2 -2
View File
@@ -76,7 +76,7 @@ div#leftpannel{
div#sheets {
float:left;
margin-top:65px;
min-height:400px;
min-height:360px;
width:700px;
background-color:#fff;
}
@@ -92,7 +92,7 @@ div#leftpannel{
div#buttons{
clear:both;
margin:0 0 0 295px;
height:70px;
height:60px;
width:650px;
}
* html div#buttons {
+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>
+2
View File
@@ -10,9 +10,11 @@
<div>
<input type="checkbox" id="set_license" class="required" name="licence_agrement" value="1" style="vertical-align: middle;float:left" <?php if ($this->session->licence_agrement): ?>checked="checked"<?php endif; ?> />
<div style="float:left;width:600px;margin-left:8px"><label for="set_license"><strong><?php echo $this->l('I agree to the above terms and conditions.') ?></strong></label></div>
<!--
<br />
<input type="checkbox" id="configuration_agrement" name="configuration_agrement" value="1" style="vertical-align: middle;float:left" <?php if ($this->session->configuration_agrement): ?>checked="checked"<?php endif; ?> />
<div style="float:left;width:600px;margin-left:8px"><label for="configuration_agrement"><strong><?php echo $this->l('I agree to participate in improving the solution by sending anonymous information about my configuration.') ?></strong></label></div>
-->
</div>
<?php $this->displayTemplate('footer') ?>