This commit is contained in:
KANE LAZENI 2026-02-22 05:15:19 +00:00
parent 66618cd520
commit 592657225a

View File

@ -55,29 +55,26 @@
<div class="modal-body">
<form class="form-horizontal" action="Htagcarte/revoquercarte" method="post" style='font-size:10pt;'>
<INPUT class="sr-only" TYPE="text" id="idHtagcarte" name="idHtagcarte" value="">
<INPUT class="sr-only" TYPE="text" id="idHtagcarte" name="idHtagcarte" value="">
<table class="table table-responsive table-condensed" style='font-size:12pt;'>
<tbody>
<tr>
<td> <?= _("Motif Révocation");?></td>
<td >
<INPUT class="form-control" name="motifRevocation" id="motifRevocation" required AUTOCOMPLETE="OFF" autofocus >
</td>
</tr>
<table class="table table-responsive table-condensed" style='font-size:12pt;'>
<tbody>
<tr>
<td> <?= _("Motif Révocation");?></td>
<td >
<INPUT class="form-control" name="motifRevocation" id="motifRevocation" required AUTOCOMPLETE="OFF" autofocus >
</td>
</tr>
<tr>
<td colspan="2">
<input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="submit" value="<?= _("Enregistrer") ?>" style='font-size:12pt;'>
</td>
</tr>
</tbody>
</table>
</form>
<tr>
<td colspan="2">
<input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="submit" value="<?= _("Enregistrer") ?>" style='font-size:12pt;'>
</td>
</tr>
</tbody>
</table>
</form>
</div>
<div class="modal-footer">
<button type="button" id="btn-fermer-modal" class="btn btn-default" data-bs-dismiss="modal"><?= _("Fermer") ?></button>
</div>