a
This commit is contained in:
parent
de31be63e0
commit
d05a7a6377
|
|
@ -47,19 +47,23 @@
|
|||
<legend ><?= _("Informations sur le Bénéficiaire") .$strVip." : (" . $beneficiaire['numeroBeneficiaire'] . ") => " . _("Date Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffetBeneficiaire'])) ?></legend>
|
||||
|
||||
|
||||
<input type="text"
|
||||
id="tagCarteNfc"
|
||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||
readonly
|
||||
class="form-control"
|
||||
>
|
||||
|
||||
<button type="button"
|
||||
class="form-control btn btn-primary"
|
||||
onclick="copierTag()"
|
||||
title="Copier le tag NFC">
|
||||
<i class="fas fa-copy"> "Copier le tag NFC" </i>
|
||||
</button>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Tag NFC</label>
|
||||
<div class="input-group">
|
||||
<input type="text"
|
||||
id="tagCarteNfc"
|
||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||
readonly
|
||||
class="form-control"
|
||||
>
|
||||
<button type="button"
|
||||
class="btn btn-primary"
|
||||
onclick="copierTag()"
|
||||
title="Copier le tag NFC">
|
||||
<i class="fas fa-copy"></i> Copier le tag NFC
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function copierTag() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user