This commit is contained in:
KANE LAZENI 2026-02-18 01:37:33 +00:00
parent 7062b0838a
commit de31be63e0

View File

@ -47,24 +47,19 @@
<legend ><?= _("Informations sur le Bénéficiaire") .$strVip." : (" . $beneficiaire['numeroBeneficiaire'] . ") => " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffetBeneficiaire'])) ?></legend>
<!-- champ pour copier le tag NFC -->
<div class="input-group">
<input type="text"
id="tagCarteNfc"
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
readonly
class="form-control"
>
<input type="text"
id="tagCarteNfc"
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
readonly
class="form-control"
>
<button type="button"
class="form-control btn btn-primary"
onclick="copierTag()"
title="Copier le tag NFC">
<i class="fas fa-copy"> "Copier le tag NFC" </i>
</button>
</button>
</div>
<button type="button"
class="form-control btn btn-primary"
onclick="copierTag()"
title="Copier le tag NFC">
<i class="fas fa-copy"> "Copier le tag NFC" </i>
</button>
<script>
function copierTag() {