sert
This commit is contained in:
parent
c7c48e8d9b
commit
6c6c4e486d
|
|
@ -150,7 +150,7 @@
|
||||||
|
|
||||||
<div class="d-flex gap-2">
|
<div class="d-flex gap-2">
|
||||||
<?php if($aCorriger == "1"): ?>
|
<?php if($aCorriger == "1"): ?>
|
||||||
<button type="button" class="btn btn-success px-4 shadow-sm fw-bold animate__animated animate__pulse animate__infinite" onclick="confirmer_correction(<?= $idMvt; ?>)">
|
<button type="button" class="btn btn-info px-4 shadow-sm fw-bold animate__animated animate__pulse animate__infinite" onclick="confirmer_correction(<?= $idMvt; ?>)">
|
||||||
<i class="fas fa-check-double me-2"></i><?= _("Confirmer la Correction") ?>
|
<i class="fas fa-check-double me-2"></i><?= _("Confirmer la Correction") ?>
|
||||||
</button>
|
</button>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user