Augmentation longueur des champs, issue #0000198
This commit is contained in:
parent
6a2eed029d
commit
7d3d50e539
@ -63,16 +63,15 @@ if($tribunal!=''){
|
||||
<input type="hidden" name="tabMandataires[id]" value="<?=$tabMandataires['id'];?>">
|
||||
|
||||
<label>Siren de la société Civile <em>*</em>:</label>
|
||||
<input name="tabMandataires[sirenGrp]" type="text" value="<?=$tabMandataires['sirenGrp'];?>" maxlength="14">
|
||||
<input name="tabMandataires[sirenGrp]" type="text" value="<?=$tabMandataires['sirenGrp'];?>" maxlength="17">
|
||||
<span class="left"><a href="#" id="getInfo_sirenGrp">Obtenir les informations.</a></span>
|
||||
|
||||
<label>Siren de la professions libérale :</label>
|
||||
<input name="tabMandataires[sirenMand]" type="text" value="<?=$tabMandataires['sirenMand'];?>" maxlength="14">
|
||||
<input name="tabMandataires[sirenMand]" type="text" value="<?=$tabMandataires['sirenMand'];?>" maxlength="17">
|
||||
<span class="left"><a href="#" id="getInfo_sirenMand">Obtenir les informations.</a></span>
|
||||
|
||||
<label>Nom <em>*</em>:</label>
|
||||
<input name="tabMandataires[Nom]" type="text" value="<?=$tabMandataires['Nom'];?>" maxlength="81">
|
||||
<span class="left"><a href="#" id="getInfo_nom">Obtenir les informations.</a></span>
|
||||
|
||||
<label>Prenom :</label>
|
||||
<input name="tabMandataires[Prenom]" type="text" value="<?=$tabMandataires['Prenom'];?>" maxlength="21">
|
||||
|
Loading…
x
Reference in New Issue
Block a user