cfr
This commit is contained in:
parent
ab7667868a
commit
1e163421c2
|
|
@ -69,21 +69,21 @@
|
|||
</span>
|
||||
<?php elseif ($aCorriger == "1"): ?>
|
||||
<div class="d-flex flex-column align-items-center">
|
||||
<span class="text-info fw-bold small mb-1"><i class="fas fa-exclamation-triangle"></i> <?= _('A Corriger') ?></span>
|
||||
<span class="text-info fw-bold small mb-1 italic"><i class="fas fa-exclamation-triangle"></i> <?= _('A Corriger') ?></span>
|
||||
<button class="btn btn-xs btn-outline-info py-0 px-2" onclick="motif_rejet('<?= $motif; ?>');">
|
||||
<i class="fas fa-eye"></i> <?= _("Motif") ?>
|
||||
</button>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="d-flex flex-column align-items-center">
|
||||
<span class="text-danger fw-bold small mb-1"><i class="fas fa-times-circle"></i> <?= _('Rejeté') ?></span>
|
||||
<span class="text-danger fw-bold small mb-1 italic"><i class="fas fa-times-circle"></i> <?= _('Rejeté') ?></span>
|
||||
<button class="btn btn-xs btn-outline-danger py-0 px-2" onclick="motif_rejet('<?= $motif; ?>');">
|
||||
<i class="fas fa-eye"></i> <?= _("Motif") ?>
|
||||
</button>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<span class="text-muted opacity-50 small mb-1">
|
||||
<span class="text-muted opacity-50 small mb-1 italic">
|
||||
<i class="fas fa-clock fa-lg"></i> <?= _('En attente') ?>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<div class="small fw-bold text-dark"><?= $this->nettoyer($mvt['userValidation']) ?></div>
|
||||
<div class="x-small text-muted"><?= dateheureLang($this->nettoyer($mvt['dateValidation']), $_SESSION['lang']) ?></div>
|
||||
<?php else: ?>
|
||||
<button class="btn btn-sm btn-info fw-bold shadow-sm rounded-pill px-3 transition-hover"
|
||||
<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") ?>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user