der
This commit is contained in:
parent
58b999c03f
commit
4699ca6acb
|
|
@ -289,6 +289,9 @@
|
|||
<input type="tel" class="form-control" id="telephonePortable"
|
||||
pattern="^250[0-9]{9,}$" value="<?= $beneficiaire['telephonePortable'] ?>"
|
||||
onchange="maj_mobile_beneficiaire();">
|
||||
<div id="aideTelephone" class="form-text text-muted small">
|
||||
<i class="fas fa-info-circle"></i> <?= est_anglophone() ? 'Required format: 250XXXXXXXXX (min. 12 digits)' : 'Format requis : 250XXXXXXXXX (min. 12 chiffres)'; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user