a
This commit is contained in:
parent
585b61951c
commit
cfea6d40e4
|
|
@ -45524,7 +45524,6 @@ function listerremboursement()
|
|||
|
||||
$("#div_dossiers").html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxdemanderemboursement/",
|
||||
type: 'POST',
|
||||
|
|
|
|||
|
|
@ -30,15 +30,7 @@
|
|||
</td>
|
||||
<td align='center'><?= dateheureLang($dateSysteme, $_SESSION['lang']) ?></td>
|
||||
|
||||
<td align='center' width="10%">
|
||||
<a title="<?= _("Infos bénéficiaire...") ?>" href='javascript:afficheBeneficiaire("<?= $this->nettoyer($v['numeroBeneficiaire']) ?>");'>
|
||||
<?php if ($vip=='0'): ?>
|
||||
<span style="color:blue;background-color:#eeeeee; border:1px solid #000; border-radius:3px;"><?= $this->nettoyer($v['numeroBeneficiaire']) ?></span>
|
||||
<?php else : ?>
|
||||
<span style="color:red;background-color:#eeeeee; border:1px solid #000; border-radius:3px;"><?= $this->nettoyer($v['numeroBeneficiaire']) ?></span>
|
||||
<?php endif; ?>
|
||||
</a>
|
||||
</td>
|
||||
<td align='center' width="10% ><?= $this->nettoyer($v['numeroBeneficiaire']) ?></td>
|
||||
|
||||
<td ><?= $this->nettoyer($v['beneficiaire']) ?></td>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user