drt
This commit is contained in:
parent
1e163421c2
commit
54468de498
|
|
@ -64,7 +64,7 @@
|
|||
<td class="text-center">
|
||||
<?php if ($valide == "1"): ?>
|
||||
<?php if ($rejet == "0"): ?>
|
||||
<span class="text-success fw-bold small mb-1 italic" >
|
||||
<span class="text-success fw-bold small mb-1 italic">
|
||||
<i class="fas fa-check-circle"></i> <?= _('Validé') ?>
|
||||
</span>
|
||||
<?php elseif ($aCorriger == "1"): ?>
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
<?php else: ?>
|
||||
<button class="btn btn-sm btn-info fw-bold shadow-sm rounded-pill px-3 transition-hover text-white"
|
||||
onclick="modifier_beneficiaire('<?= $idBeneficiaire; ?>');">
|
||||
<i class="fas fa-edit me-1"></i> <?= _("Corriger") ?>
|
||||
<i class="fas fa-tools me-1"></i> <?= _("Corriger") ?>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user