a
This commit is contained in:
parent
bfc2b220f1
commit
d216e4f885
|
|
@ -612,10 +612,16 @@
|
|||
<td align="center" style="position: relative; z-index: 1;">
|
||||
<?php if($faceRegistered == "1"): ?>
|
||||
<div class="photo-zoom-container" style="display: inline-block;">
|
||||
<!--
|
||||
<img class="photoId rounded-circle photo-zoom"
|
||||
src="data:image/jpg;base64,<?=$photoAssureCrypte?>"
|
||||
alt="<?= _("Photo Bénéficiaire") ?>"
|
||||
>
|
||||
-->
|
||||
<img class="photoId rounded-circle photo-zoom"
|
||||
src="<?=$photoAssureCrypte?>"
|
||||
alt="<?= _("Photo Bénéficiaire") ?>"
|
||||
>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="photo-zoom-container" style="display: inline-block;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user