This commit is contained in:
KONE SOREL 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">

View File

@ -45,7 +45,7 @@
</div>
<div class="col-12 mt-4">
<div class="row g-3 p-3 rounded" style="background-color: #f0f2f5ff;">
<div class="row g-3 p-3 rounded bg-primary-ghost">
<div class="col-md-6">
<label class="form-label small text-dark"><i class="fas fa-map-marker-alt me-1"></i> <?= _("Siège Social") ?></label>
<textarea class="form-control form-control-sm border-0 bg-white" rows="2" readonly><?=$this->nettoyer($societeuser['adresseGeoSociete'])?></textarea>