This commit is contained in:
KANE LAZENI 2026-02-24 22:47:02 +00:00
parent 448acb53ef
commit 48529e9fb1

View File

@ -220,6 +220,10 @@
<button style='font-size:15pt; width:100%; font-weight:bold;' type="button" class="btn btn-info" onClick="javascript:init_demande_reconnaissance_faciale();">
<i class="fa fa-mobile" aria-hidden="true"></i> &nbsp; &nbsp; <?= _("ENVOYER UNE DEMANDE POUR AUTHENTIFICATION") ?>
</button>
<?php else: ?>
<button style='font-size:15pt; width:100%; font-weight:bold;' type="button" class="btn btn-info" disabled >
<i class="fa fa-mobile" aria-hidden="true"></i> &nbsp; &nbsp; <?= _("ENVOYER UNE DEMANDE POUR AUTHENTIFICATION") ?>
</button>
<?php endif; ?>
</td>