This commit is contained in:
KONE SOREL 2026-04-03 18:45:29 +00:00
parent 6291bd94f6
commit 043012989a

View File

@ -22,21 +22,21 @@
</h6>
</div>
<div class="card-body">
<div class="row g-3">
<div class="row g-2 bg-primary-ghost">
<div class="col-md-3">
<label class="form-label small text-uppercase fw-bold text-muted"><?= _("Code") ?></label>
<label class="form-label small fw-bold text-muted"><?= _("Code") ?></label>
<input class="form-control bg-light border-0 shadow-none fw-bold" type="text" value="<?= $this->nettoyer($societeuser['codeSociete']) ?>" readonly>
</div>
<div class="col-md-9">
<label class="form-label small text-uppercase fw-bold text-muted"><?= _("Nom") ?></label>
<label class="form-label small fw-bold text-muted"><?= _("Nom") ?></label>
<input class="form-control bg-light border-0 shadow-none fw-bold" type="text" value="<?= $this->nettoyer($societeuser['nomSociete']) ?>" readonly>
</div>
<div class="col-md-6">
<label class="form-label small text-uppercase fw-bold text-muted"><?= _("Adresse Géographique") ?></label>
<label class="form-label small fw-bold text-muted"><?= _("Adresse Géographique") ?></label>
<input class="form-control bg-light border-0 shadow-none" type="text" value="<?= $this->nettoyer($societeuser['adresseGeoSociete']) ?>" readonly>
</div>
<div class="col-md-6">
<label class="form-label small text-uppercase fw-bold text-muted"><?= _("Adresse Postale") ?></label>
<label class="form-label small fw-bold text-muted"><?= _("Adresse Postale") ?></label>
<input class="form-control bg-light border-0 shadow-none" type="text" value="<?= $this->nettoyer($societeuser['adressePostSociete']) ?>" readonly>
</div>
</div>
@ -45,14 +45,14 @@
<div class="card border-0 shadow-sm overflow-hidden">
<div class="card-header bg-white py-3 border-bottom border-2 border-primary-light">
<h6 class="mb-0 fw-bold text-primary text-uppercase">
<h6 class="mb-0 fw-bold text-primary text-uppercase small">
<i class="fas fa-vial me-2"></i><?= _("Test d'envoi SMS & WhatsApp") ?>
</h6>
</div>
<div class="card-body p-4 bg-primary-ghost-light">
<div class="row align-items-end g-4">
<div class="col-md-7">
<label class="form-label fw-bold text-dark"><?= _("Destinataires (No Tests)") ?></label>
<label class="form-label fw-bold text-muted"><?= _("Destinataires (No Tests)") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-end-0"><i class="fas fa-phone-alt text-primary"></i></span>
<input class="form-control border-start-0 ps-0" type="text" id="destinataires" NAME="destinataires" placeholder="Ex: 22506802339, 250788439348">