a
This commit is contained in:
parent
e42be8d547
commit
13520b2e31
|
|
@ -105,25 +105,21 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
<!-- style="letter-spacing: 1px;" -->
|
||||
|
||||
<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; font-size: 13pt;"
|
||||
style="letter-spacing: 1px;"
|
||||
|
||||
>
|
||||
<button type="button"
|
||||
class="btn btn-primary"
|
||||
onclick="copierTag()"
|
||||
title="Copier le tag NFC"
|
||||
style="font-size: 13pt;">
|
||||
|
||||
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