This commit is contained in:
KANE LAZENI 2026-02-18 10:13:20 +00:00
parent 83ecbbae5a
commit e264369964
3 changed files with 3 additions and 6 deletions

View File

@ -91939,9 +91939,6 @@ function toggleSidebar() {
}
function init_revoquer_htagcarte(idHtagcarte) {
// alert("init_revoquer_htagcarte");
// return;
$("#idHtagcarte").val(idHtagcarte);
$("#div_revoquer_carte").modal({backdrop: 'static', keyboard: false, show: true });
$("#div_revoquer_carte").modal("show");

View File

@ -59,7 +59,7 @@ motifRevocation
<table class="table table-responsive table-condensed" style='font-size:12pt;'>
<tbody>
<tr>
<td width="8%"> <?= _("Motif");?></td>
<td> <?= _("Motif Révocation");?></td>
<td >
<INPUT class="form-control" name="motifRevocation" id="motifRevocation" ></textarea>
</td>
@ -67,7 +67,7 @@ motifRevocation
<tr>
<td colspan="2">
<input id="btn_enreg" name="btn_enreg" class="form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="revoquer_htagcarte();" style='font-size:12pt;'>
<input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="submit" value="<?= _("Enregistrer") ?>" style='font-size:12pt;'>
</td>
</tr>
</tbody>

View File

@ -976,7 +976,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="Js/fonctions.js?ver=2026.02.18.01"></script>
<script src="Js/fonctions.js?ver=2026.02.18.02"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>