A
This commit is contained in:
parent
dce3e5f809
commit
5afd39b6d9
|
|
@ -959,7 +959,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_police,
|
||||
#div_texte_cp,
|
||||
#div_emission,
|
||||
#div_colleges_police {
|
||||
#div_colleges_police,
|
||||
#div_ajout_adherent {
|
||||
background-color: var(--office-light);
|
||||
color: var(--office-dark);
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
|
|
@ -970,7 +971,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
#div_police .card,
|
||||
#div_texte_cp .card,
|
||||
#div_emission .card,
|
||||
#div_colleges_police .card{
|
||||
#div_colleges_police .card,
|
||||
#div_ajout_adherent .card{
|
||||
border: 1px solid var(--office-border);
|
||||
border-radius: 2px; /* Office style is more rectangular */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,19 +2,14 @@
|
|||
$this->titre = "INTER-SANTE - Ajout Adhérent";
|
||||
$dateAvenant = $_SESSION['dateAvenant_C'];
|
||||
?>
|
||||
|
||||
<!-- -->
|
||||
<div id="div_ajout_adherent" class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
|
||||
<div class="d-flex align-items-center mb-4">
|
||||
<div class="bg-office-secondary p-3 rounded-circle text-white shadow-sm me-3">
|
||||
<i class="fas fa-user-plus fa-lg"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="fw-bold mb-0 text-dark"><?= _("Nouvel Adhérent") ?></h4>
|
||||
<span class="text-muted small">
|
||||
<i class="fas fa-file-contract me-1"></i> <?= _("Police No") ?>: <strong><?= $_SESSION['numeroPolice_C'] ?></strong>
|
||||
</span>
|
||||
</div>
|
||||
<h1 class="text-primary"><i class="ffas fa-user-plus me-2"></i><?= _('Nouvel Adhérent') ?></h1>
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<?= _("POLICE") ?> : <span class="text-primary"><?= $_SESSION['numeroPolice_C'] ?></span>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<form method="post" action="Creeradherent/ajouteradherent">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user