This commit is contained in:
KONE SOREL 2026-03-31 19:00:30 +00:00
parent b3fc232825
commit 1fbefb798c

View File

@ -73,8 +73,6 @@
$telephone = $beneficiaire['telephonePortable'];
$format = strlen($telephone) > "4" ? verifierTelephone($telephone) : "0";
var_dump($format);
?>
<style>
@ -298,7 +296,11 @@
<div class="d-flex justify-content-between align-items-center mb-1">
<label class="text-muted small"><i class="fas fa-mobile-alt me-1 text-primary"></i> <?= _("Mobile") ?></label>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" id="ignorerFormat">
<input class="form-check-input"
type="checkbox"
id="ignorerFormat"
name="ignorerFormat"
<?= ($format == "1") ? "checked" : "" ?>>
<label class="form-check-label text-muted" for="ignorerFormat"><?= _("Format libre") ?></label>
</div>
</div>