q
This commit is contained in:
parent
cc0019d3ca
commit
2f3bb89764
|
|
@ -296,6 +296,17 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
<rect x="2" y="2" width="12" height="12" rx="2" stroke="currentColor" stroke-width="1.2"/>
|
||||
<text x="8" y="11" font-size="7" font-weight="600" text-anchor="middle" fill="currentColor" font-family="sans-serif">A</text>
|
||||
</svg>
|
||||
|
||||
<?= _("Consulter Barème prise en charge") ?>
|
||||
|
||||
</a>
|
||||
|
||||
<div class="password-requirements mt-2 alert alert-info mt-3">
|
||||
<small>
|
||||
|
|
@ -312,16 +323,6 @@
|
|||
<i class="accordion-icon bi bi-chevron-down"></i>
|
||||
</h2>
|
||||
|
||||
<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">
|
||||
<rect x="2" y="2" width="12" height="12" rx="2" stroke="currentColor" stroke-width="1.2"/>
|
||||
<text x="8" y="11" font-size="7" font-weight="600" text-anchor="middle" fill="currentColor" font-family="sans-serif">A</text>
|
||||
</svg>
|
||||
|
||||
<?= _("Consulter Barème prise en charge") ?>
|
||||
|
||||
</a>
|
||||
|
||||
<div class="accordion-content">
|
||||
<div class="legend-container d-none d-lg-inline">
|
||||
|
|
@ -555,7 +556,6 @@
|
|||
<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>
|
||||
|
|
@ -574,6 +574,7 @@
|
|||
</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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user