Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop

This commit is contained in:
root 2017-06-01 12:59:50 +02:00
commit f492ee3100
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
{if $conditions AND $cms_id}
<h3 class="condition_title">{l s='Terms of service'}</h3>
<p class="checkbox">
<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS || $cookie->id_lang == 3}checked="checked"{/if} />
<label for="cgv">{l s='I agree to the terms of service and adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(read)'}</a>
</p>
<script type="text/javascript">$('a.iframe').fancybox();</script>

View File

@ -101,7 +101,7 @@
<h3 class="condition_title">{l s='Terms of service'}</h3>
<p class="checkbox">
<span class="input">
<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS || $cookie->id_lang == 3}checked="checked"{/if} />
</span>
<span class="conditions">
<label for="cgv">{l s='I agree to the terms of service and adhere to them unconditionally.'}</label>