dsx
This commit is contained in:
parent
57d409eb58
commit
0593556496
|
|
@ -3,6 +3,8 @@
|
|||
$aCorriger = $mouvementassure['aCorriger'];
|
||||
|
||||
$motif = $mouvementassure['motif'];
|
||||
|
||||
$idBeneficiaire = $beneficiaire['idBeneficiaire'];
|
||||
?>
|
||||
|
||||
<div id="div_adherent" class="container-fluid py-3 animate__animated animate__fadeIn">
|
||||
|
|
@ -156,7 +158,7 @@
|
|||
|
||||
<div class="d-flex gap-2">
|
||||
<?php if($aCorriger == "1"): ?>
|
||||
<button type="button" class="btn btn-info px-4 shadow-sm fw-bold animate__animated animate__pulse animate__infinite text-white" onclick="confirmer_correction(<?= $idMvt; ?>)">
|
||||
<button type="button" class="btn btn-info px-4 shadow-sm fw-bold animate__animated animate__pulse animate__infinite text-white" onclick="confirmer_correction(<?= $idMvt; ?>, <?= $idMvt; ?>)">
|
||||
<i class="fas fa-check-double me-2"></i><?= _("Confirmer la Correction") ?>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user