// Changed default value of checkbox in install

This commit is contained in:
Damien Metzger
2013-04-25 08:41:16 +02:00
parent 5a3c2aa5cf
commit 08f6d1a670
+1 -1
View File
@@ -158,7 +158,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
<!-- Newsletter -->
<div class="field clearfix" id="contentInfosNotification">
<div class="contentinput">
<input type="checkbox" name="send_informations" id="infosNotification" class="aligned" style="vertical-align:middle" <?php if ($this->session->send_informations): ?>checked="checked"<?php endif; ?> />
<input type="checkbox" name="send_informations" id="infosNotification" class="aligned" style="vertical-align:middle" <?php if ($this->session->send_informations === null || $this->session->send_informations): ?>checked="checked"<?php endif; ?> />
<label for="infosNotification"><?php echo $this->l('Sign-up to the newsletter') ?></label>
<br/>
<span id="resultInfosNotification" class="result aligned"></span>