a
This commit is contained in:
parent
f230a31af3
commit
9b5956b05d
|
|
@ -60,12 +60,8 @@
|
|||
$primeArchive=$this->nettoyer($adherent['primeArchive']);
|
||||
$estsupprimable = ($primeArchive=="0");
|
||||
?>
|
||||
<tr onclick="javascript:selectionner_adherent(<?= $idAdherent ?>,'<?= $noAdh ?>');" ondblclick="javascript:afficher_adherent_id();" valign="top">
|
||||
|
||||
<tr onclick="javascript:selectionner_adherent(<?= $idAdherent ?>,'<?= $noAdh ?>');" ondblclick="javascript:afficher_adherent_id();" valign="top">
|
||||
<td align='center'><a href="javascript:selectionner_adherent(<?= $idAdherent ?>,'<?= $noAdh ?>'); afficher_adherent_id();"><span style="font-size:10pt; color:blue;background-color:#eeeeee; border:1px solid #000; border-radius:3px;"><?= $noAdh ?></span></a></td>
|
||||
|
||||
<!-- <td align="center"> <input type="button" value="<?= $noAdh ?>" onClick="javascript:selectionner_adherent(<?= $idAdherent ?>,'<?= $noAdh ?>'); afficher_adherent_id();"> </td>-->
|
||||
|
||||
<td><?= $this->nettoyer($adherent['nom']) ?></td>
|
||||
<td><?= $this->nettoyer($adherent['prenoms']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($adherent['codeProduit']) ?></td>
|
||||
|
|
|
|||
|
|
@ -80,6 +80,9 @@
|
|||
<?php foreach ($beneficiaires as $beneficiaire):
|
||||
$idBeneficiaire=$this->nettoyer($beneficiaire['id']);
|
||||
$numeroBeneficiaire=$this->nettoyer($beneficiaire['numeroBeneficiaire']);
|
||||
|
||||
$idAdherent=$this->nettoyer($beneficiaire['idAdherent']);
|
||||
$numeroAdherent=$this->nettoyer($beneficiaire['numeroAdherent']);
|
||||
?>
|
||||
<tr class="cursor-pointer" style="cursor: pointer;"
|
||||
onclick="javascript:selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');"
|
||||
|
|
@ -92,7 +95,11 @@
|
|||
#<?= $beneficiaire['numeroBeneficiaire'] ?>
|
||||
</span>
|
||||
<br>
|
||||
<small class="text-muted">Fam: <?= $beneficiaire['numeroAdherent'] ?></small>
|
||||
<small class="text-muted"
|
||||
onClick="javascript:selectionner_adherent(<?= $idAdherent ?>,'<?= $numeroAdherent ?>'); afficher_adherent_id();"
|
||||
>
|
||||
Fam: <?= $beneficiaire['numeroAdherent'] ?>
|
||||
</small>
|
||||
</td>
|
||||
<td>
|
||||
<div class="fw-bold"><?= strtoupper($beneficiaire['nomBeneficiaire']) ?></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user