a
This commit is contained in:
parent
774040395b
commit
0edf39b929
|
|
@ -251,7 +251,7 @@
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<div id="div_plafond">
|
<div id="div_plafond">
|
||||||
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($collegeTemp['plafondAdherent']);?>"
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($plafondAdherent);?>"
|
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($plafondAdherent);?>"
|
||||||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" required AUTOCOMPLETE="OFF" onChange="enregistrer_college_temp();" >
|
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" AUTOCOMPLETE="OFF" onChange="enregistrer_college_temp();" >
|
||||||
Loading…
Reference in New Issue
Block a user