zasr
This commit is contained in:
parent
1fbefb798c
commit
2731a7ed21
|
|
@ -309,9 +309,11 @@
|
|||
<input type="tel" class="form-control" id="telephonePortable"
|
||||
pattern="^250[0-9]{9,}$" value="<?= $beneficiaire['telephonePortable'] ?>"
|
||||
onchange="maj_mobile_beneficiaire();">
|
||||
<?php if ($format == "0"): ?>
|
||||
<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>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user