This commit is contained in:
KONE SOREL 2026-03-11 10:30:42 +00:00
parent 6d05f34ecf
commit d68f0733ce
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Tél. Fixe") ?></label>
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Fixe") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-phone text-muted"></i></span>
<input type="tel"
@ -55,7 +55,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Tél. Mobile") ?></label>
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Mobile") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-mobile-alt text-muted"></i></span>
<input type="tel"

View File

@ -62,7 +62,7 @@
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Tél. Fixe") ?></label>
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Fixe") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-phone text-muted"></i></span>
<input type="tel"
@ -74,7 +74,7 @@
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Tél. Mobile") ?></label>
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Mobile") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-mobile-alt text-muted"></i></span>
<input type="tel"