augmentation des maxlength des champs de recherche
This commit is contained in:
parent
6f05c73992
commit
62f865ff5d
@ -29,18 +29,18 @@ foreach (array('siret',
|
||||
|
||||
<div class="fieldgrp marge">
|
||||
<label>RAISON SOCIALE<br/>ENSEIGNE / SIGLE</label>
|
||||
<input type="text" name="formR[raisonSociale]" value="<?=$formR['raisonSociale']?>" size="30" maxlength="40" />
|
||||
<input type="text" name="formR[raisonSociale]" value="<?=$formR['raisonSociale']?>" size="30" maxlength="90" />
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label>N° & VOIE</label>
|
||||
<input type="text" name="formR[numVoie]" value="<?=$formR['numVoie']?>" size="4" maxlength="4" />
|
||||
<input type="text" name="formR[voie]" value="<?=$formR['voie']?>" size="20" maxlength="30" />
|
||||
<input type="text" name="formR[voie]" value="<?=$formR['voie']?>" size="20" maxlength="90" />
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp marge">
|
||||
<label>CP OU DÉP. / VILLE</label>
|
||||
<input type="text" name="formR[cpVille]" value="<?=$formR['cpVille']?>" size="30" maxlength="40" />
|
||||
<input type="text" name="formR[cpVille]" value="<?=$formR['cpVille']?>" size="30" maxlength="90" />
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
|
Loading…
x
Reference in New Issue
Block a user