This commit is contained in:
KANE LAZENI 2026-04-20 10:53:46 +00:00
parent 246f888d0c
commit fce89029e2

View File

@ -112,30 +112,29 @@
</div>
<?php if ($faceActif=='1') : ?>
<table class="table table-responsive table-condensed">
<tbody>
<?php if ($faceRegistered=="1") : ?>
<table class="table table-responsive table-condensed">
<tbody>
<?php if ($faceRegistered=="1") : ?>
<?php if ($faceActif=='1') : ?>
<tr>
<td>
<button style='font-size:15pt; width:100%' type="button" class="btn btn-primary" onClick="javascript:ebene_init_confirm_photo_face();">
<i class="fa fa-camera" aria-hidden="true"></i> <?= _("CONFIRMER LA FACE") ?>
</button>
</td>
</tr>
<?php else: ?>
<tr>
<td >
<button style='font-size:15pt; width:100%' type="button" class="btn btn-primary" onClick="javascript:ebene_init_photo_face();">
<i class="fa fa-camera" aria-hidden="true"></i> <?= _("ENREGISTRER LA FACE") ?>
</button>
</td>
</tr>
<?php endif; ?>
</tbody>
</table>
<?php endif; ?>
<?php else: ?>
<tr>
<td >
<button style='font-size:15pt; width:100%' type="button" class="btn btn-primary" onClick="javascript:ebene_init_photo_face();">
<i class="fa fa-camera" aria-hidden="true"></i> <?= _("ENREGISTRER LA FACE") ?>
</button>
</td>
</tr>
<?php endif; ?>
</tbody>
</table>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>