This commit is contained in:
KANE LAZENI 2026-06-24 22:42:37 +00:00
parent 60c633c1ae
commit c13b8ecb95
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
<input class="form-control" style="text-align: center; font-size: 12pt;font-weight: bold;" type="text" value="<?= _("Liste des médicaments prescrits") ?>" readonly > </td>
</div>
<div class="tab-container">
<div id="div_prescription" class="tab-container">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt; white-space: nowrap;">
<thead>
<tr>

View File

@ -378,7 +378,7 @@
<?php if($statut=="1" || $_SESSION['p_prescriptionSiCritereBareme_C']=="1"): ?>
<div class="tab-container">
<div id="div_prescription" class="tab-container">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt; white-space: nowrap;">
<thead>
<tr>

View File

@ -892,7 +892,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
<script src="Js/fonctions.js?ver=2026.06.24.01"></script>
<script src="Js/fonctions.js?ver=2026.06.24.02"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>