Merge pull request #1054 from Dh42/patch-16

[-] FO : nofollow on TOS
This commit is contained in:
Gregory Roussac
2013-11-28 08:54:22 -08:00
+1 -1
View File
@@ -266,7 +266,7 @@
<p class="carrier_title">{l s='Terms of service'}</p>
<p class="checkbox">
<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} autocomplete="off"/>
<label for="cgv">{l s='I agree to the terms of service and will adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(Read the Terms of Service)'}</a>
<label for="cgv">{l s='I agree to the terms of service and will adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe" rel="nofollow">{l s='(Read the Terms of Service)'}</a>
</p>
<script type="text/javascript">
$(document).ready(function() {