rrr
This commit is contained in:
parent
1e12b2379c
commit
f1b85c0da1
|
|
@ -219,7 +219,7 @@
|
|||
<div class="row g-0 mb-2">
|
||||
<div class="col-10 p-0">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="fw-bold me-0 text-dark text-truncate" style="max-width: 210px;"><?= $libelleActe ?></span>
|
||||
<span class="fw-bold me-0 text-dark text-truncate" style="max-width: 200px;"><?= $libelleActe ?></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -228,11 +228,9 @@
|
|||
<?php if($ententePrealable=='2' || $autorisation=='2'): ?>
|
||||
<span class="badge bg-warning text-dark"><?= _("Attente") ?>
|
||||
<?php elseif($ententePrealable=='1' || $autorisation=='1'): ?>
|
||||
<span class="badge bg-success"><?= _("Accordé") ?>
|
||||
<span class="badge bg-success"><?= _("Accord") ?>
|
||||
<?php elseif($ententePrealable=='9' || $autorisation=='9'): ?>
|
||||
<span class="badge bg-danger"><?= _("Refusé") ?>
|
||||
<?php else: ?>
|
||||
<span class="badge bg-secondary"><?= _("Permis") ?>
|
||||
<span class="badge bg-danger"><?= _("Refus") ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user