[*] FO : Fix bug #PSCFV-9611, autocomplete to off on opc page and other pages

This commit is contained in:
gRoussac
2013-07-25 12:26:57 +02:00
parent 56aa91a3fa
commit ae7ee01028
13 changed files with 30 additions and 30 deletions
@@ -26,7 +26,7 @@
<fieldset class="account_creation customerprivacy">
<h3>{l s='Customer data privacy' mod='blockcustomerprivacy'}</h3>
<p class="required">
<input type="checkbox" value="1" id="customer_privacy" name="customer_privacy" style="float:left;margin: 15px;" />
<input type="checkbox" value="1" id="customer_privacy" name="customer_privacy" style="float:left;margin: 15px;" autocomplete="off"/>
</p>
<label for="customer_privacy">{$privacy_message}</label>
</fieldset>