This commit is contained in:
KANE LAZENI 2026-03-28 08:27:06 +00:00
parent 5df3031f63
commit ead8fc03fd
4 changed files with 117 additions and 123 deletions

View File

@ -3,7 +3,6 @@
$idActesbaremeinitiallettrecle = $_SESSION['idActesbaremeinitiallettrecle'];
$lettreCle = $_SESSION['lettreCle'];
?>
<input type="hidden" id="idActesbaremeinitiallettrecle" name="idActesbaremeinitiallettrecle" value="<?=$_SESSION['idActesbaremeinitiallettrecle']?>">
<input type="hidden" id="lettreCle" name="lettreCle" value="<?=$_SESSION['lettreCle']?>">
@ -19,7 +18,7 @@
<hr style="border: 10px double blue; border-radius: 5px; background-color: blue;" />
<?php if(count($detailactes) > "0"): ?>
<?php if(count($detailactes) > "0"): ?>
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt;" >
<thead >
<tr>
@ -73,12 +72,11 @@
<?php endforeach; ?>
</tbody>
</table>
<?php else: ?>
<?php else: ?>
<div class="col-12 alert alert-danger text-center">
<?= _("Aucune ligne insérée") ?>
</div>
<?php endif; ?>
<?php endif; ?>
</div>
<div class="modal-footer">
<button type="button" id="btn-fermer-modal" class="btn btn-default" data-bs-dismiss="modal" >Fermer</button>

View File

@ -15,14 +15,11 @@
</div>
<div class="modal-body">
DETAIL ACTES TEMP
<INPUT class="sr-only" TYPE="text" id="datejour" NAME="datejour" value="<?= datefr(date('Y/m/d')); ?>">
<hr style="border: 10px double blue; border-radius: 5px; background-color: blue;" />
<?php if(count($detailactes) > "0"): ?>
<?php if(count($detailactes) > "0"): ?>
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt;" >
<thead >
<tr>
@ -76,13 +73,14 @@
<?php endforeach; ?>
</tbody>
</table>
<?php else: ?>
<?php else: ?>
<div class="col-12 alert alert-danger text-center">
<?= _("Aucune ligne insérée") ?>
</div>
<?php endif; ?>
<?php endif; ?>
</div>
<div class="modal-footer">
<button type="button" id="btn-fermer-modal" class="btn btn-default" data-bs-dismiss="modal" >Fermer</button>
</div>

View File

@ -2,8 +2,6 @@
$adminProd = $_SESSION['adminProd'];
?>
BEREME LETTES CLES TEMP
<?php if(count($actes) > "0"): ?>
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;" >
<thead >

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.03.28.06"></script>
<script src="Js/fonctions.js?ver=2026.03.28.07"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>