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>
|
||||
|
||||
|
||||
<!-- champ pour copier le tag NFC -->
|
||||
<div class="input-group">
|
||||
<input type="text"
|
||||
id="tagCarteNfc"
|
||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||
readonly
|
||||
class="form-control"
|
||||
>
|
||||
<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>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<script>
|
||||
function copierTag() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user