This commit is contained in:
KONE SOREL 2026-03-14 17:14:56 +00:00
parent 9f5a42f55b
commit 55a6efafa2

View File

@ -59,7 +59,7 @@
<thead class="bg-light text-muted fw-bold">
<tr>
<th class="text-center py-3"><?= _("No Police") ?></th>
<th class="py-3"><?= _("Souscripteur / Libellé") ?></th>
<th class="py-3"><?= _("Libellé Police") ?></th>
<th class="text-center py-3"><?= _("Effet") ?></th>
<th class="text-center py-3"><?= _("Echéance") ?></th>
<th class="text-center py-3"><?= _("Etat") ?></th>
@ -109,7 +109,7 @@
<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. Représentant") ?></label>
<label class="form-label small text-muted fw-bold text-uppercase"><?= _("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">
@ -119,15 +119,19 @@
<div class="col-md-6">
<label class="form-label small text-muted fw-bold text-uppercase"><?= _("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>
<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>
<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éo.") ?></label>
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['adresseGeographique']) ?>" disabled>
</div>
<div class="col-12">
<label class="form-label small text-muted fw-bold text-uppercase"><?= _("Adresse Postale") ?></label>
<input class="form-control bg-light border-0" value="<?= $this->nettoyer($gc['adressePostale']) ?>" disabled>
</div>
</div>
</div>
</div>