issue #0001350 : Typo
This commit is contained in:
parent
d2b17e2ff7
commit
4a4798cf49
@ -86,10 +86,10 @@ input[type="text"] {
|
||||
|
||||
<div style="clear:both;">
|
||||
Clé de dédoublonnage : <br/>
|
||||
<input type="checbox" name="doublon[]" value="siret" <?php if(in_array('siret', $this->doublon)) echo ' checked';?>/> SIRET<br/>
|
||||
<input type="checbox" name="doublon[]" value="siren" <?php if(in_array('siren', $this->doublon)) echo ' checked';?>/> SIREN<br/>
|
||||
<input type="checbox" name="doublon[]" value="nic" <?php if(in_array('nic', $this->doublon)) echo ' checked';?>/> NIC<br/>
|
||||
<input type="checbox" name="doublon[]" value="ref" <?php if(in_array('ref', $this->doublon)) echo ' checked';?>/> REF<br/>
|
||||
<input type="checkbox" name="doublon[]" value="siret" <?php if(in_array('siret', $this->doublon)) echo ' checked';?>/> SIRET<br/>
|
||||
<input type="checkbox" name="doublon[]" value="siren" <?php if(in_array('siren', $this->doublon)) echo ' checked';?>/> SIREN<br/>
|
||||
<input type="checkbox" name="doublon[]" value="nic" <?php if(in_array('nic', $this->doublon)) echo ' checked';?>/> NIC<br/>
|
||||
<input type="checkbox" name="doublon[]" value="ref" <?php if(in_array('ref', $this->doublon)) echo ' checked';?>/> REF<br/>
|
||||
</div>
|
||||
|
||||
<div style="clear:both;">
|
||||
|
Loading…
Reference in New Issue
Block a user