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