a
This commit is contained in:
parent
fce89029e2
commit
3102ccfbb2
|
|
@ -168,30 +168,29 @@
|
|||
<div id="div_wait_face">
|
||||
</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="white-space: nowrap;">
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user