ser
This commit is contained in:
parent
416a57be5c
commit
4658aafbd5
|
|
@ -44,7 +44,7 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<div class="fw-bold text-uppercase text-primary"><?= $this->nettoyer($mvt['beneficiaire']) ?></div>
|
<div class="fw-bold text-uppercase text-secondary"><?= $this->nettoyer($mvt['beneficiaire']) ?></div>
|
||||||
<div class="text-muted x-small"><i class="fas fa-id-card me-1"></i><?= $this->nettoyer($mvt['numeroBeneficiaire']) ?></div>
|
<div class="text-muted x-small"><i class="fas fa-id-card me-1"></i><?= $this->nettoyer($mvt['numeroBeneficiaire']) ?></div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
<?php elseif ($aCorriger == "1"): ?>
|
<?php elseif ($aCorriger == "1"): ?>
|
||||||
<div class="d-flex flex-column align-items-center">
|
<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-warning py-0 px-2 text-light" onclick="motif_rejet('<?= $motif; ?>');">
|
<button class="btn btn-xs btn-outline-warning py-0 px-2" onclick="motif_rejet('<?= $motif; ?>');">
|
||||||
<i class="fas fa-eye"></i> <?= _("Motif") ?>
|
<i class="fas fa-eye"></i> <?= _("Motif") ?>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -91,12 +91,19 @@
|
||||||
|
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<?php if ($valide == "1"): ?>
|
<?php if ($valide == "1"): ?>
|
||||||
<div class="small fw-bold text-dark"><?= $this->nettoyer($mvt['userValidation']) ?></div>
|
<?php if ($aCorriger == "0"): ?>
|
||||||
<div class="x-small text-muted"><?= dateheureLang($this->nettoyer($mvt['dateValidation']), $_SESSION['lang']) ?></div>
|
<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-warning fw-bold shadow-sm rounded-pill px-3 transition-hover"
|
||||||
|
onclick="modifier_beneficiaire('<?= $idBeneficiaire; ?>');">
|
||||||
|
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
|
||||||
|
</button>
|
||||||
|
<?php endif; ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<button class="btn btn-sm btn-warning fw-bold shadow-sm rounded-pill px-3 transition-hover"
|
<button class="btn btn-sm btn-warning fw-bold shadow-sm rounded-pill px-3 transition-hover"
|
||||||
onclick="modifier_beneficiaire('<?= $idBeneficiaire; ?>');">
|
onclick="modifier_beneficiaire('<?= $idBeneficiaire; ?>');">
|
||||||
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
|
<i class="fas fa-edit me-1"></i> <?= _("Cor") ?>
|
||||||
</button>
|
</button>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user