a
This commit is contained in:
parent
13520b2e31
commit
a85ceb21bc
|
|
@ -107,24 +107,27 @@
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<div class="input-group input-group-lg">
|
<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"
|
<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: 1px;"
|
style="letter-spacing: -1px; font-size:13pt;"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
onclick="copierTag()"
|
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
|
<i class="fas fa-copy"></i> Copier le tag NFC
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function copierTag() {
|
function copierTag() {
|
||||||
const valeur = document.getElementById('tagCarteNfc').value;
|
const valeur = document.getElementById('tagCarteNfc').value;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user