sdr
This commit is contained in:
parent
b5a7f94eaf
commit
00ad83fa45
|
|
@ -152,15 +152,14 @@
|
|||
<?php else: ?>
|
||||
<?php if ($estcouvert) : ?>
|
||||
<?php if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US"): ?>
|
||||
<?php if ($beneficiaire['codeEtatBeneficiaire']=="V"): ?>
|
||||
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $beneficiaire['etatbeneficiaireEng'] ?> </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['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