dr
This commit is contained in:
parent
0c73634ac6
commit
273d4a5175
|
|
@ -152,7 +152,7 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?php if ($estcouvert) : ?>
|
<?php if ($estcouvert) : ?>
|
||||||
<?php if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US"): ?>
|
<?php if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US"): ?>
|
||||||
<?php if (!$estsorti && $beneficiaire['codeEtatBeneficiaire'] == "V"): ?>
|
<?php if ($beneficiaire['codeEtatBeneficiaire'] == "V"): ?>
|
||||||
<td align="center" style="font-size:10pt; background-color:blue; color:white;">
|
<td align="center" style="font-size:10pt; background-color:blue; color:white;">
|
||||||
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
@ -162,13 +162,13 @@
|
||||||
</td>
|
</td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?php if (!$estsorti && $beneficiaire['codeEtatBeneficiaire'] == "V"): ?>
|
<?php if ($beneficiaire['codeEtatBeneficiaire'] == "V"): ?>
|
||||||
<td align="center" style="font-size:10pt; background-color:blue; color:white;">
|
<td align="center" style="font-size:10pt; background-color:blue; color:white;">
|
||||||
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
<?= $beneficiaire['etatbeneficiaire'] ?>
|
||||||
</td>
|
</td>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<td align="center" style="font-size:10pt; background-color:red; color:white;">
|
<td align="center" style="font-size:10pt; background-color:red; color:white;">
|
||||||
<?= $beneficiaire['etatbeneficiaireEng'] ?>
|
<?= $beneficiaire['etatbeneficiaire'] ?>
|
||||||
</td>
|
</td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user