szaer
This commit is contained in:
parent
273d4a5175
commit
c5a213ad49
|
|
@ -151,15 +151,20 @@
|
|||
<td align="center" style='font-size:10pt; background-color:red;color:white;'> <?= _("Non renouvelé") ?> </td>
|
||||
<?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 else: ?>
|
||||
<td align="center" style="font-size:10pt; background-color:red; color:white;">
|
||||
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
||||
</td>
|
||||
<?php if (!$estsorti && $beneficiaire['codeEtatBeneficiaire'] == "R"): ?>
|
||||
<td align="center" style="font-size:10pt; background-color:blue; color:white;"> Deferred withdrawal </td>
|
||||
<?php else: ?>
|
||||
<td align="center" style="font-size:10pt; background-color:red; color:white;">
|
||||
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<?php if ($beneficiaire['codeEtatBeneficiaire'] == "V"): ?>
|
||||
|
|
@ -167,9 +172,13 @@
|
|||
<?= $beneficiaire['etatbeneficiaire'] ?>
|
||||
</td>
|
||||
<?php else: ?>
|
||||
<td align="center" style="font-size:10pt; background-color:red; color:white;">
|
||||
<?= $beneficiaire['etatbeneficiaire'] ?>
|
||||
</td>
|
||||
<?php if (!$estsorti && $beneficiaire['codeEtatBeneficiaire'] == "R"): ?>
|
||||
<td align="center" style="font-size:10pt; background-color:blue; color:white;"> Retrait différé </td>
|
||||
<?php else: ?>
|
||||
<td align="center" style="font-size:10pt; background-color:red; color:white;">
|
||||
<?= $beneficiaire['etatbeneficiaire'] ?>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user