[-] FO : mobile theme: fix #PSCFV-3913

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17209 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-06 09:28:19 +00:00
parent ad38878a8b
commit 4c4984f182
+1 -1
View File
@@ -42,7 +42,7 @@
{/if}
</fieldset>
<fieldset data-role="fieldcontain">
<input type="checkbox" name="same" id="recyclable" checked="checked" value="1" class="delivery_option_radio" />
<input type="checkbox" name="same" id="recyclable" value="1" class="delivery_option_radio" {if $recyclable == 1}checked="checked"{/if} />
<label for="recyclable">{l s='I agree to receive my order in recycled packaging'}.</label>
</fieldset>