augmentation des maxlength des champs de recherche

This commit is contained in:
Michael RICOIS 2010-06-24 08:59:30 +00:00
parent 6f05c73992
commit 62f865ff5d

View File

@ -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&deg; &amp; 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&Eacute;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">