This commit is contained in:
KANE LAZENI 2026-02-25 09:16:55 +00:00
parent cfdd0478f1
commit aae029b273

View File

@ -236,6 +236,16 @@
<?php if ($faceRegistered=="1") : ?>
<tr>
<td>
<?php if ($face_confirmee!="1") : ?>
<button style='font-size:15pt; width:100%; font-weight:bold;' type="button" class="btn btn-primary" onClick="javascript:ebene_init_confirm_photo_face();">
<i class="fa fa-camera" aria-hidden="true"></i> &nbsp; &nbsp; <?= _("AUTHENTIFIER LA PHOTO DU PATIENT") ?>
</button>
<?php else: ?>
<button style='font-size:15pt; width:100%; font-weight:bold;' type="button" class="btn btn-primary" disabled >
<i class="fa fa-camera" aria-hidden="true"></i> &nbsp; &nbsp; <?= _("AUTHENTIFIER LA PHOTO DU PATIENT") ?>
</button>
<?php endif; ?>
<button style='font-size:15pt; width:100%; font-weight:bold;' type="button" class="btn btn-primary" onClick="javascript:ebene_init_confirm_photo_face();">
<i class="fa fa-camera" aria-hidden="true"></i> &nbsp; &nbsp; <?= _("AUTHENTIFIER LA PHOTO DU PATIENT") ?>
</button>