This commit is contained in:
KONE SOREL 2026-03-13 17:12:36 +00:00
parent f7a8d304d7
commit 3f96db556c

View File

@ -351,11 +351,11 @@
<div id="Prestation" class="tab-custom-content" style="display:none;">
<div class="card border-0 shadow-sm mb-1">
<div class="card-header bg-primary py-3 d-flex align-items-center justify-content-between">
<h6 class="mb-0 text-white fw-bold text-uppercase">
<div class="card-header py-3 d-flex align-items-center justify-content-between">
<h6 class="mb-0 text-primary fw-bold text-uppercase">
<i class="fas fa-hospital me-2"></i><?= _("Centres de Soins & Dentisteries") ?>
</h6>
<span class="badge bg-white text-primary rounded-pill"><?= _("14 Paramètres") ?></span>
<span class="badge bg-primary text-light rounded-pill"><?= _("14 Paramètres") ?></span>
</div>
<div class="card-body p-0">
<div class="table-responsive">
@ -363,7 +363,7 @@
<thead class="bg-light">
<tr>
<th width="8%" class="text-center border-0 small text-muted">#</th>
<th class="border-0 small text-muted"><?= _("RÈGLE DE PRESTATION") ?></th>
<th class="border-0 small text-muted"><?= _("Paramètre de prestation") ?></th>
<th width="25%" class="text-center border-0 small text-muted"><?= _("CONFIGURATION") ?></th>
</tr>
</thead>