This commit is contained in:
KANE LAZENI 2026-02-26 20:44:25 +00:00
parent b45ec46b62
commit e42be8d547

View File

@ -110,6 +110,7 @@
<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']) ?>"
@ -120,7 +121,9 @@
<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>