This commit is contained in:
KONE SOREL 2025-12-27 19:14:19 +00:00
parent 87a78b1177
commit 53af2e4e1a

View File

@ -19,11 +19,12 @@
<div id="div_police" class="container-fluid py-4">
<input type="hidden" id="gestionConfiee" value="<?= $this->nettoyer($police['gestionConfiee']) ?>">
<input type="hidden" id="prestationPossible" value="<?= $prestationPossible ?>">
<h1><i class="fas fa-shield-alt me-2"></i></i> <?= _('Fiche Police') ?></h1>
<div class="card shadow-sm mb-4 border-0">
<div class="card-header d-flex justify-content-between align-items-center py-3">
<h5 class="mb-0 fw-bold">
<i class="fas fa-shield-alt me-2"></i>
<?= _("POLICE") ?> : <span class="text-white-50"><?= $this->nettoyer($police['numeroPolice']) ?></span>
<span class="ms-3 badge bg-white text-dark small fw-normal">ID: <?= $this->nettoyer($police['idPolice']) ?></span>
</h5>