texte
This commit is contained in:
parent
2bd3e548e0
commit
13d70aefb6
|
|
@ -21,13 +21,12 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="div_police" class="container-fluid mt-3">
|
<div id="div_police" class="container-fluid mt-0">
|
||||||
<h1 class="text-primary"><i class="bi bi-file-earmark-text"></i> <?= _('Fiche Police') ?></h1>
|
<h1 class="text-primary"><i class="bi bi-file-earmark-text"></i> <?= _('Fiche Police') ?></h1>
|
||||||
|
|
||||||
<div class="card mb-2 border-0 shadow-sm">
|
<div class="card mb-2 border-0 shadow-sm">
|
||||||
<div class="card-header bg-light d-flex justify-content-between align-items-center">
|
<div class="card-header bg-light d-flex justify-content-between align-items-center">
|
||||||
<h5 class="mb-0 text-primary">
|
<h5 class="mb-0 text-dark">
|
||||||
<i class="fas fa-file-contract me-2"></i>
|
|
||||||
<?= _("Police No") ?> : <span class="fw-bold"><?= $this->nettoyer($police['numeroPolice']) ?></span>
|
<?= _("Police No") ?> : <span class="fw-bold"><?= $this->nettoyer($police['numeroPolice']) ?></span>
|
||||||
<small class="text-muted ms-3">(ID: <?= $this->nettoyer($police['idPolice']) ?>)</small>
|
<small class="text-muted ms-3">(ID: <?= $this->nettoyer($police['idPolice']) ?>)</small>
|
||||||
</h5>
|
</h5>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user