saze
This commit is contained in:
parent
d05157230c
commit
fa324986b3
|
|
@ -110,47 +110,47 @@
|
|||
<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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white 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>
|
||||
<input class="form-control bg-white border-0" value="<?= $this->nettoyer($gc['adresseGeographique']) ?>" disabled>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user