derty
This commit is contained in:
parent
2236f08305
commit
451b51377e
|
|
@ -2,17 +2,17 @@
|
|||
$this->titre = "INTER-SANTE - Nouvelle Demande Frais Funéraires";
|
||||
?>
|
||||
|
||||
<div class="container-fluid py-2 animate__animated animate__fadeIn">
|
||||
<div id="div_adherent" class="container-fluid py-1 animate__animated animate__fadeIn">
|
||||
|
||||
<form id="frmderogation" name="frmderogation" method="post" class="needs-validation">
|
||||
|
||||
<div class="card border-0 shadow-sm mb-4">
|
||||
<div class="card-header bg-dark text-white p-3 border-0 d-flex justify-content-between align-items-center" style="border-radius: 12px;">
|
||||
<h4 class="mb-0">
|
||||
<i class="fas fa-file-signature me-2 text-primary"></i>
|
||||
<?= _("Fiche de demande de Frais Funéraires") ?>
|
||||
</h4>
|
||||
<span class="badge bg-primary px-3 py-2"><?= _("NOUVELLE SAISIE") ?></span>
|
||||
</div>
|
||||
<h1 class="text-primary"><i class="fas fa-file-signature me-2"></i><?= _('Fiche de demande de Frais Funéraires') ?></h1>
|
||||
|
||||
<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($_SESSION['numeroPolice_C']) ?></span>
|
||||
<span class="ms-3 badge bg-primary text-light small fw-normal">ID: <?= $this->nettoyer($_SESSION['idPolice_C']) ?></span>
|
||||
</h5>
|
||||
</div>
|
||||
|
||||
<input type="hidden" id="fraisReel" name="fraisReel" value="<?= $montant_fraisfuneraire ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user