Merge branch 'main' of git.ebene.ovh:ebene/radiantrh

This commit is contained in:
2026-01-04 11:06:41 +00:00
3 changed files with 549 additions and 18 deletions

View File

@@ -76,23 +76,6 @@
</div>
<table class="table table-responsive table-condensed">
<tbody>
<?php if ($faceRegistered=="1") : ?>
<tr>
<td>
<input style='font-size:15pt;' class="form-control btn btn-primary" type="button" value="<?= _("CONFIRMER OU SUPPRIMER LA FACE") ?>" onClick="javascript:ebene_init_confirm_photo_face();">
</td>
</tr>
<?php else: ?>
<tr>
<td>
<input style='font-size:15pt;' class="form-control btn btn-primary" type="button" value="<?= _("ENREGISTRER LA FACE") ?>" onClick="javascript:ebene_init_photo_face();">
</td>
</tr>
<?php endif; ?>
</tbody>
</table>
<FORM name= "formfichebeneficiaire" id ="formfichebeneficiaire" method="POST">
<fieldset>
@@ -321,6 +304,24 @@
</FORM>
<table class="table table-responsive table-condensed">
<tbody>
<?php if ($faceRegistered=="1") : ?>
<tr>
<td>
<input style='font-size:15pt;' class="form-control btn btn-primary" type="button" value="<?= _("CONFIRMER LA FACE") ?>" onClick="javascript:ebene_init_confirm_photo_face();">
</td>
</tr>
<?php else: ?>
<tr>
<td>
<input style='font-size:15pt;' class="form-control btn btn-primary" type="button" value="<?= _("ENREGISTRER LA FACE") ?>" onClick="javascript:ebene_init_photo_face();">
</td>
</tr>
<?php endif; ?>
</tbody>
</table>
<div class="row align-items-start">
<!-- Colonne pour l'image -->
<div class="col-auto">

View File

@@ -637,7 +637,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.01.04.25"></script>
<script src="/Js/fonctions.js?ver=2026.01.04.26"></script>
<script type="text/javascript">
raffraichier_gabarit();