a
This commit is contained in:
parent
ef381f089d
commit
6cfe2d537b
|
|
@ -108,19 +108,19 @@
|
|||
<!-- style="letter-spacing: 1px;" -->
|
||||
|
||||
<div class="mb-3">
|
||||
<div class="input-group input-group-lg" style="font-size: 0.75rem;">
|
||||
<div class="input-group input-group-lg" style="font-size: 0.5rem;">
|
||||
<span class="input-group-text">Tag NFC</span>
|
||||
<input type="text"
|
||||
id="tagCarteNfc"
|
||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||
readonly
|
||||
class="form-control text-center"
|
||||
style="letter-spacing: 2px;"
|
||||
style="letter-spacing: -1px;"
|
||||
>
|
||||
<button type="button"
|
||||
class="btn btn-primary"
|
||||
onclick="copierTag()"
|
||||
title="Copier le tag NFC KANE">
|
||||
title="Copier le tag NFC">
|
||||
<i class="fas fa-copy"></i> Copier le tag NFC
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user