[*] FO : Fix bug #PSCFV-9611, autocomplete to off on opc page and other pages
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user