f
This commit is contained in:
parent
6ff7cc0361
commit
c5308b5408
|
|
@ -16,7 +16,7 @@
|
|||
$prestationPossible = $this->nettoyer($police['prestationPossible']);
|
||||
?>
|
||||
|
||||
<div id="div_police" class="container-fluid py-4">
|
||||
<div id="div_police" class="container-fluid py-2">
|
||||
<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'] ?>">
|
||||
|
|
@ -24,12 +24,10 @@
|
|||
<input type="hidden" id="nbAdh_C" value="<?= $_SESSION['ndAdh_C'] ?>">
|
||||
<input type="hidden" id="nbAdh_C" value="<?= $_SESSION['codeEtatPolice_C'] ?>">
|
||||
|
||||
|
||||
|
||||
<h1 class="text-primary"><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">
|
||||
<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>
|
||||
<span class="ms-3 badge bg-primary text-light small fw-normal">ID: <?= $this->nettoyer($police['idPolice']) ?></span>
|
||||
|
|
@ -40,7 +38,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-body p-4">
|
||||
<div class="card-body p-2">
|
||||
<div class="row g-3">
|
||||
<div class="col-lg-8 col-md-7">
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Client") ?></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user