This commit is contained in:
KONE SOREL 2026-01-02 14:41:25 +00:00
parent f4013b9897
commit 24ada09216

View File

@ -71,14 +71,8 @@
<td> </td>
<td>
<?php if($estsupprimableAdh==false): ?>
<?php if ($superUser=="1"): ?>
<input style='font-size:10pt;' class = "form-control btn btn-warning" type="button" value="<?= _("Désarchiver toute la famille") ?>" onClick="javascript:de_archiver_adherent_fiche('<?= $idAdherent ?>');">
<?php endif; ?>
<?php else: ?>
<input style='font-size:10pt;' class = "form-control btn btn-info" type="button" value="<?= _("Archiver toute la famille") ?>" onClick="javascript:archiver_adherent_fiche('<?= $idAdherent ?>');">
<?php endif; ?>
</td>
</tr>
<tr>