This commit is contained in:
KANE LAZENI 2026-02-26 20:50:24 +00:00
parent a85ceb21bc
commit 33c7eca7ab
2 changed files with 9 additions and 4 deletions

View File

@ -128,6 +128,7 @@
</div>
</div>
<script>
function copierTag() {
const valeur = document.getElementById('tagCarteNfc').value;

View File

@ -46,23 +46,27 @@
<legend ><?= _("Informations sur le Bénéficiaire") .$strVip." : (" . $beneficiaire['numeroBeneficiaire'] . ") => " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffetBeneficiaire'])) ?></legend>
<div class="mb-3">
<div class="input-group input-group-lg">
<span class="input-group-text">Tag NFC</span>
<span class="input-group-text" style="font-size: 13pt;">Tag NFC</span>
<input type="text"
id="tagCarteNfc"
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
readonly
class="form-control text-center"
style="letter-spacing: 1px;"
style="letter-spacing: -1px; font-size:13pt;"
>
<button type="button"
class="btn btn-primary"
onclick="copierTag()"
title="Copier le tag NFC">
title="Copier le tag NFC"
style="font-size:13pt;">
<i class="fas fa-copy"></i> Copier le tag NFC
</button>
</div>
</div>