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