dsa
This commit is contained in:
parent
3c55fe76b0
commit
d05157230c
|
|
@ -106,40 +106,48 @@
|
|||
<div class="tab-pane fade" id="tab-infos" role="tabpanel">
|
||||
<div class="row g-4">
|
||||
<div class="col-md-8">
|
||||
<div class="card border-0 shadow-sm p-4 bg-light">
|
||||
<div class="row g-3">
|
||||
<div class="card border-0 shadow-sm p-4">
|
||||
<div class="row g-3 bg-light">
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Nom Complet") ?></label>
|
||||
<input class="form-control bg-light border-0 fw-bold" value="<?= $this->nettoyer($gc['libelle']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Type de Garant") ?></label>
|
||||
<input class="form-control bg-light border-0 fw-bold" value="<?= $this->nettoyer($gc['typegc']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Représentant") ?></label>
|
||||
<input class="form-control bg-light border-0 fw-bold" value="<?= $this->nettoyer($gc['representant']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Téléphone Représentant") ?></label>
|
||||
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['telephonerepresentant']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Téléphone Garant") ?></label>
|
||||
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['telephoneGarant']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("E-mail") ?></label>
|
||||
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['email']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Sigle") ?></label>
|
||||
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['siglerepresentant']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Adresse Postale") ?></label>
|
||||
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['adressePostale']) ?>" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Adresse Géographique") ?></label>
|
||||
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['adresseGeographique']) ?>" disabled>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user