This commit is contained in:
KANE LAZENI 2026-04-13 06:53:34 +00:00
parent 9a8c37d82a
commit ef9c5a268c
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>