a
This commit is contained in:
parent
cb762ef1c9
commit
a5d9382f2a
|
|
@ -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 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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user