This commit is contained in:
KONE SOREL 2026-04-17 14:57:24 +00:00
parent aaddac74a6
commit 416a57be5c

View File

@ -70,7 +70,7 @@
<?php elseif ($aCorriger == "1"): ?>
<div class="d-flex flex-column align-items-center">
<span class="text-warning fw-bold small mb-1"><i class="fas fa-exclamation-triangle"></i> <?= _('A corriger') ?></span>
<button class="btn btn-xs btn-outline-warning py-0 px-2" onclick="motif_rejet('<?= $motif; ?>');">
<button class="btn btn-xs btn-warning py-0 px-2 text-light" onclick="motif_rejet('<?= $motif; ?>');">
<i class="fas fa-eye"></i> <?= _("Motif") ?>
</button>
</div>