v
This commit is contained in:
parent
ebe1097c9e
commit
45a15decf8
|
|
@ -16,7 +16,7 @@
|
|||
$prestationPossible = $this->nettoyer($police['prestationPossible']);
|
||||
?>
|
||||
|
||||
<div id="div_police" class="container-fluid py-2">
|
||||
<div id="div_police" class="container-fluid py-1">
|
||||
<input type="hidden" id="gestionConfiee" value="<?= $this->nettoyer($police['gestionConfiee']) ?>">
|
||||
<input type="hidden" id="prestationPossible" value="<?= $prestationPossible ?>">
|
||||
<input type="hidden" id="idPolice_C" value="<?= $_SESSION['idPolice_C'] ?>">
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<h1 class="text-primary"><i class="fas fa-shield-alt me-2"></i></i> <?= _('Fiche Police') ?></h1>
|
||||
|
||||
<div class="card shadow-sm mb-2 border-0">
|
||||
<div class="card shadow-sm mb-0 border-0">
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-1">
|
||||
<h5 class="mb-0 fw-bold">
|
||||
<?= _("POLICE") ?> : <span class="text-secondary"><?= $this->nettoyer($police['numeroPolice']) ?></span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user