a
This commit is contained in:
parent
7062b0838a
commit
de31be63e0
|
|
@ -47,24 +47,19 @@
|
||||||
<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>
|
||||||
|
|
||||||
|
|
||||||
<!-- champ pour copier le tag NFC -->
|
<input type="text"
|
||||||
<div class="input-group">
|
id="tagCarteNfc"
|
||||||
<input type="text"
|
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||||
id="tagCarteNfc"
|
readonly
|
||||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
class="form-control"
|
||||||
readonly
|
>
|
||||||
class="form-control"
|
|
||||||
>
|
|
||||||
|
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="form-control btn btn-primary"
|
class="form-control btn btn-primary"
|
||||||
onclick="copierTag()"
|
onclick="copierTag()"
|
||||||
title="Copier le tag NFC">
|
title="Copier le tag NFC">
|
||||||
<i class="fas fa-copy"> "Copier le tag NFC" </i>
|
<i class="fas fa-copy"> "Copier le tag NFC" </i>
|
||||||
</button>
|
</button>
|
||||||
</button>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function copierTag() {
|
function copierTag() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user