c
This commit is contained in:
parent
5bfff21e41
commit
68dc8caaf3
|
|
@ -26,35 +26,35 @@
|
|||
<div class="card-body">
|
||||
<div class="row g-3">
|
||||
<div class="col-md-5">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Client") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Client") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-white"><i class="fas fa-building text-muted"></i></span>
|
||||
<input type="text" class="form-control bg-light" value="<?= $_SESSION['nomClient_C'] ?>" readonly>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("N° Police") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("N° Police") ?></label>
|
||||
<input type="text" class="form-control bg-light fw-bold" value="<?= $this->nettoyer($police['numeroPolice']) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Type de Contrat") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Type de Contrat") ?></label>
|
||||
<input type="text" class="form-control bg-light" value="<?= $typeContrat ?>" readonly>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("État") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("État") ?></label>
|
||||
<span class="form-control bg-light fw-bold text-primary"><?= $etatPolice ?></span>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Date d'Effet") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Date d'Effet") ?></label>
|
||||
<input type="text" class="form-control bg-light" value="<?= dateLang($this->nettoyer($police['dateEffet']), $_SESSION['lang']) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Échéance Actuelle") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Échéance Actuelle") ?></label>
|
||||
<input type="text" class="form-control bg-light" value="<?= dateLang($this->nettoyer($police['dateEcheance']), $_SESSION['lang']) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Taxes") ?> (%)</label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Taxes") ?> (%)</label>
|
||||
<input type="text" class="form-control bg-light" value="<?= $this->nettoyer($police['tauxTaxe']) ?> %" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user