a
This commit is contained in:
parent
a223dc5bbe
commit
2a7dd92769
|
|
@ -48,21 +48,20 @@
|
|||
|
||||
|
||||
<!-- champ pour copier le tag NFC -->
|
||||
<!--
|
||||
<div class="input-group">
|
||||
<input type="text"
|
||||
id="tagCarteNfc"
|
||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||
readonly
|
||||
class="form-control">
|
||||
<button type="button"
|
||||
class="btn btn-secondary"
|
||||
onclick="copierTag()"
|
||||
title="Copier le tag NFC">
|
||||
<i class="fas fa-copy"></i>
|
||||
</button>
|
||||
<input type="text"
|
||||
id="tagCarteNfc"
|
||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||
readonly
|
||||
class="form-control"
|
||||
>
|
||||
|
||||
<button type="button"
|
||||
class="btn btn-secondary"
|
||||
onclick="copierTag()"
|
||||
title="Copier le tag NFC">
|
||||
</button>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<script>
|
||||
function copierTag() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user