a
This commit is contained in:
parent
b015808159
commit
cc0019d3ca
|
|
@ -312,11 +312,6 @@
|
|||
<i class="accordion-icon bi bi-chevron-down"></i>
|
||||
</h2>
|
||||
|
||||
<button class="form-control gras btn btn-info" TYPE="button" onclick="javascript:consulter_detail_bareme_college(<?=$idBaremePriseEnCharge?>);" title="<?= _("Afficher le barème de prise en charge")?>">
|
||||
<i class="fas fa-calculator"></i>
|
||||
<span class="text"> <?= _("Consulter Barème prise en charge") ?> </span>
|
||||
</button>
|
||||
|
||||
<a class="btn-bareme" href="javascript:consulter_detail_bareme_college(<?=$idBaremePriseEnCharge?>);">
|
||||
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
|
|
@ -560,6 +555,7 @@
|
|||
<hr style="border:none; border-top: 3px double #333; color:#333; overflow: visible; text-align:center; height:5px;">
|
||||
|
||||
<!-- Section des actes médicaux plafonnés -->
|
||||
<!--
|
||||
<section class="accordion-section">
|
||||
<h2 class="accordion-header">
|
||||
<i class="fas fa-tachometer-alt text-danger"></i>
|
||||
|
|
@ -578,7 +574,6 @@
|
|||
</div>
|
||||
|
||||
<?php else: ?>
|
||||
<!-- Tableau desktop (affiché sur les écrans moyens et grands) -->
|
||||
<div class="d-none d-md-block">
|
||||
<div class="legend-container">
|
||||
<table class="legend-table">
|
||||
|
|
@ -709,7 +704,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- Affichage mobile (cartes) -->
|
||||
<div class="d-md-none">
|
||||
<div class="card-header bg-light mt-0 mb-1">
|
||||
<h4 class="mb-0 text-secondary">
|
||||
|
|
@ -906,6 +900,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
|
||||
<hr style="border:none; border-top: 3px double #333; color:#333; overflow: visible; text-align:center; height:5px;">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user