This commit is contained in:
KANE LAZENI 2026-07-28 23:33:58 +00:00
parent 75df8c2f47
commit 14934d13db
2 changed files with 3 additions and 5 deletions

View File

@ -176,8 +176,6 @@ Index => NAMOGO
<tr>
<?php if($otpStatus=='0') : ?>
<td> <input style='font-size:10pt;' class="form-control btn btn-info" type="button" onClick='javascript:ajax_envoyer_code_otp_sea();' value="<?= _("Envoyer Code") ?>" /> </td>
</button>
<?php elseif($otpStatus=='2'): ?>
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" type="text" id="otpValue" name="otpValue" required AUTOCOMPLETE="OFF" autofocus > </td>
<td> <input style='font-size:10pt;' class="form-control btn btn-info" type="button" onClick='javascript:ajax_verifier_code_otp_sea();' value="<?= _("Vérifier Code") ?>" /> </td>
@ -188,6 +186,7 @@ Index => NAMOGO
</tr>
</tbody>
</table>
<?php endif; ?>
<!-- 26/07/2026 => FIN gérer les OTP ici -->
<div id="div_fraisExclu">

View File

@ -176,8 +176,6 @@ raffraichir => KANE
<tr>
<?php if($otpStatus=='0') : ?>
<td> <input style='font-size:10pt;' class="form-control btn btn-info" type="button" onClick='javascript:ajax_envoyer_code_otp_sea();' value="<?= _("Envoyer Code") ?>" /> </td>
</button>
<?php elseif($otpStatus=='2'): ?>
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" type="text" id="otpValue" name="otpValue" required AUTOCOMPLETE="OFF" autofocus > </td>
<td> <input style='font-size:10pt;' class="form-control btn btn-info" type="button" onClick='javascript:ajax_verifier_code_otp_sea();' value="<?= _("Vérifier Code") ?>" /> </td>
@ -187,7 +185,8 @@ raffraichir => KANE
<?php endif; ?>
</tr>
</tbody>
</table>
</table>
<?php endif; ?>
<!-- 26/07/2026 => FIN gérer les OTP ici -->
<div id="div_fraisExclu">