df
This commit is contained in:
parent
210b3b93f7
commit
b5a7f94eaf
|
|
@ -155,10 +155,12 @@
|
|||
<?php if ($beneficiaire['codeEtatBeneficiaire']=="V"): ?>
|
||||
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $beneficiaire['etatbeneficiaireEng'] ?> </td>
|
||||
<?php else: ?>
|
||||
<?php if(!($estsorti)): ?>
|
||||
<td align="center" style='font-size:10pt; background-color:red;color:white;'> <?= $beneficiaire['etatbeneficiaireEng'] ?> </td>
|
||||
|
||||
<?php if(!$estsorti): ?>
|
||||
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $beneficiaire['etatbeneficiaireEng'] ?> </td>
|
||||
<?php endif; ?>
|
||||
<td align="center" style='font-size:10pt; background-color:red;color:white;'> <?= $beneficiaire['etatbeneficiaireEng'] ?> </td>
|
||||
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<?php if ($beneficiaire['codeEtatBeneficiaire']=="V"): ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user