This commit is contained in:
KANE LAZENI 2025-12-22 07:36:41 +00:00
parent b859827337
commit e5f4e33032

View File

@ -1,7 +1,7 @@
<?php <?php
$this->titre = "Intersanté - Historique Dossiers"; $this->titre = "Intersanté - Historique Dossiers";
?> ?>
<!--
<div class="card shadow-lg border-0 mb-4" style="border-radius: 15px;"> <div class="card shadow-lg border-0 mb-4" style="border-radius: 15px;">
<div class="card-header bg-primary text-white py-3" style="border-radius: 15px 15px 0 0;"> <div class="card-header bg-primary text-white py-3" style="border-radius: 15px 15px 0 0;">
<div class="row align-items-center"> <div class="row align-items-center">
@ -13,7 +13,7 @@
</div> </div>
</div> </div>
</div> </div>
<!--
<div class="card mb-3"> <div class="card mb-3">
<div class="card-header bg-secondary py-2"> <div class="card-header bg-secondary py-2">
<h5 class="mb-0 text-center text-light"> <h5 class="mb-0 text-center text-light">
@ -48,7 +48,6 @@
<div id="div_dossiers" class="table-responsive"> <div id="div_dossiers" class="table-responsive">
</div> </div>
-->
</div> </div>
<style> <style>
@ -85,3 +84,4 @@
} }
} }
</style> </style>
-->