Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
@@ -2,15 +2,13 @@
|
||||
$this->titre = "Intersanté - Mouvements sur les assurés";
|
||||
?>
|
||||
|
||||
Mouvementassureclient
|
||||
|
||||
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="ENTREES SORTIE DES ASSURES" readonly>
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> <?= _("Police") ?> </td>
|
||||
<td>
|
||||
<SELECT style="font-size:10pt;" class="form-control selectpicker" onChange="javascript:filtrescollegepolicecarte(); afficher_liste_carteassure();" data-live-search="true" id="idPolice" NAME="idPolice" required>
|
||||
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="idPolice" NAME="idPolice" required>
|
||||
<?php liste_options_consultation($polices,"",false); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
@@ -36,7 +34,7 @@ Mouvementassureclient
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:liste_mouvemements_assures();">Actualiser...</button> </td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:liste_mouvemements_assures_client();">Actualiser...</button> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.06.06"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.06.09"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
||||
Reference in New Issue
Block a user