f
This commit is contained in:
parent
2b418bcee7
commit
fc0b0a4584
|
|
@ -1,15 +1,14 @@
|
|||
<?php $this->titre = "INTER-SANTE - Limites Famille"; ?>
|
||||
|
||||
<div id="div_adherent" class="container-fluid py-1 animate__animated animate__fadeIn">
|
||||
|
||||
<h1 class="text-primary"><i class="fa-solid fa-users-rectangle me-2"></i><?= _("Limites de la famille") ?></h1>
|
||||
|
||||
<div class="card shadow-sm mb-4 border-0">
|
||||
<div class="card-header bg-white py-3">
|
||||
<div class="d-flex flex-column flex-md-row justify-content-between align-items-md-center gap-3">
|
||||
|
||||
<div class="flex-grow-1">
|
||||
<h4 class="mb-0 text-primary fw-bold">
|
||||
<i class="fa-solid fa-users-rectangle me-2"></i>
|
||||
<?= _("Limites de la famille") ?>
|
||||
</h4>
|
||||
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 mt-2">
|
||||
<i class="fa-solid fa-id-card text-muted me-2 small"></i>
|
||||
<span class="fw-bold small me-2"><?= $_SESSION['numeroAdherent_C'] ?></span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user