fr
This commit is contained in:
parent
2faf1d4759
commit
a520416ea3
|
|
@ -109,44 +109,45 @@
|
|||
<div class="card border-0 shadow-sm p-4 bg-primary-ghost">
|
||||
<div class="row g-3">
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold text-uppercase"><?= _("Nom Complet") ?></label>
|
||||
<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 text-uppercase"><?= _("Type de Garant") ?></label>
|
||||
<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 text-uppercase"><?= _("Représentant") ?></label>
|
||||
<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 text-uppercase"><?= _("Téléphone Représentant") ?></label>
|
||||
<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 text-uppercase"><?= _("Téléphone Garant") ?></label>
|
||||
<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 text-uppercase"><?= _("E-mail") ?></label>
|
||||
<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 text-uppercase"><?= _("Sigle") ?></label>
|
||||
<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 text-uppercase"><?= _("Adresse Postale") ?></label>
|
||||
<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 text-uppercase"><?= _("Adresse Géographique") ?></label>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="card border-0 shadow-sm p-4 text-center">
|
||||
<label class="form-label small text-muted fw-bold text-uppercase mb-3"><?= _("Identité Visuelle") ?></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user