df
This commit is contained in:
parent
00ad83fa45
commit
0c73634ac6
|
|
@ -162,13 +162,16 @@
|
|||
</td>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<?php if ($beneficiaire['codeEtatBeneficiaire']=="V"): ?>
|
||||
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $beneficiaire['etatbeneficiaire'] ?> </td>
|
||||
<?php if (!$estsorti && $beneficiaire['codeEtatBeneficiaire'] == "V"): ?>
|
||||
<td align="center" style="font-size:10pt; background-color:blue; color:white;">
|
||||
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
||||
</td>
|
||||
<?php else: ?>
|
||||
<td align="center" style='font-size:10pt; background-color:red;color:white;'> <?= $beneficiaire['etatbeneficiaire'] ?> </td>
|
||||
<td align="center" style="font-size:10pt; background-color:red; color:white;">
|
||||
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php else: ?>
|
||||
<?php if ($estsorti): ?>
|
||||
<td align="center" style='font-size:10pt; background-color:red;color:white;'> <?= _("Retiré") ?> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user