Skip to content

Commit

Permalink
Bugfix label clickable for cgv checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkcity committed Feb 13, 2015
1 parent 0f75889 commit a4aa49f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@
<label for="cgv-legal">{l s='I agree to the' mod='eu_legal'}</label> <a href="{$PS_CONDITIONS_CMS_ID_LINK}" class="iframe">{l s='terms of service' mod='eu_legal'}</a>
{/if}
{if isset($LEGAL_CMS_ID_REVOCATION) && $LEGAL_CMS_ID_REVOCATION}
<label for="cgv">{l s='and' mod='eu_legal'}</label> <a href="{$LEGAL_CMS_ID_REVOCATION_LINK}" class="iframe">{l s='terms of revocation' mod='eu_legal'}</a>
<label for="cgv-legal">{l s='and' mod='eu_legal'}</label> <a href="{$LEGAL_CMS_ID_REVOCATION_LINK}" class="iframe">{l s='terms of revocation' mod='eu_legal'}</a>
{/if}
<label for="cgv">{l s='adhire to them unconditionally.' mod='eu_legal'}</label>
</p>
Expand Down

0 comments on commit a4aa49f

Please sign in to comment.