This commit is contained in:
2026-03-12 11:57:46 +00:00
parent 6b4f6715f6
commit bbb0aba892
2 changed files with 3 additions and 3 deletions

View File

@@ -102,11 +102,11 @@
<div class="card-body">
<div class="row g-3">
<div class="col-md-6">
<label class="form-label small fw-bold text-dark"><?= _("Tél. Fixe") ?></label>
<label class="form-label small fw-bold text-dark"><?= _("Téléphone Fixe") ?></label>
<input class="form-control" type="text" id="telephoneSociete" name="telephoneSociete" value="<?=$this->nettoyer($societeuser['telephoneSociete'])?>">
</div>
<div class="col-md-6">
<label class="form-label small fw-bold text-dark"><?= _("Tél. Mobile") ?></label>
<label class="form-label small fw-bold text-dark"><?= _("Téléléphone Mobile") ?></label>
<input class="form-control fw-bold" type="text" id="portable" name="portable" value="<?=$this->nettoyer($societeuser['portable'])?>">
</div>
<div class="col-12">