cdert
This commit is contained in:
parent
b0af88e0c3
commit
9f5ad3942a
|
|
@ -7239,3 +7239,7 @@ function envoyer_notification_avenant(idAvenant)
|
|||
|
||||
}
|
||||
|
||||
function motif_rejet(motif)
|
||||
{
|
||||
alert_ebene(motif, motif);
|
||||
}
|
||||
|
|
@ -64,12 +64,12 @@
|
|||
<td class="text-center">
|
||||
<?php if ($valide == "1"): ?>
|
||||
<?php if ($rejet == "0"): ?>
|
||||
<span class="text-success fw-bold small mb-1" >
|
||||
<span class="text-success fw-bold small mb-1 italic" >
|
||||
<i class="fas fa-check-circle"></i> <?= _('Validé') ?>
|
||||
</span>
|
||||
<?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>
|
||||
<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; ?>');">
|
||||
<i class="fas fa-eye"></i> <?= _("Motif") ?>
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -710,7 +710,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.03.29.06"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.04.17.00"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user