a
This commit is contained in:
parent
9a8c37d82a
commit
ef9c5a268c
|
|
@ -223,7 +223,7 @@
|
|||
<td colspan="3">
|
||||
<div id="div_plafond">
|
||||
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($collegeTemp['plafondAdherent']);?>"
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp();" required AUTOCOMPLETE="OFF" >
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp();" AUTOCOMPLETE="OFF" >
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@
|
|||
<td colspan="3">
|
||||
<div id="div_plafond">
|
||||
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($collegeTemp['plafondAdherent']);?>"
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp_d();" required AUTOCOMPLETE="OFF" >
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp_d();" AUTOCOMPLETE="OFF" >
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -260,7 +260,7 @@
|
|||
<td colspan="3">
|
||||
<div id="div_plafond">
|
||||
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($collegeTemp['plafondAdherent']);?>"
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp_d();" required AUTOCOMPLETE="OFF" >
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp_d();" AUTOCOMPLETE="OFF" >
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@
|
|||
<td colspan="3">
|
||||
<div id="div_plafond">
|
||||
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($collegeTemp['plafondAdherent']);?>"
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp();" required AUTOCOMPLETE="OFF" >
|
||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp();" AUTOCOMPLETE="OFF" >
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user