de
This commit is contained in:
parent
993aa84cea
commit
1cd509d1ff
|
|
@ -8,10 +8,10 @@
|
|||
<th colspan="3"></th>
|
||||
<th class="text-center" width="30%">
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="me-4"><?= _("Nouvel âge maximum") ?></span>
|
||||
<input type="text" id="ageMax" name="ageMax" value="0"
|
||||
<span class="me-2"><?= _("Nouvel âge maximum") ?></span>
|
||||
<input type="number" id="ageMax" name="ageMax" value="0"
|
||||
class="form-control form-control-sm text-center border-2 fw-bold"
|
||||
style="width: 90px;" onkeyup="controle_numerique(this);">
|
||||
style="width: 100px;">
|
||||
</div>
|
||||
</th>
|
||||
<th class="text-center pe-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user