df
This commit is contained in:
parent
f7a8d304d7
commit
3f96db556c
|
|
@ -351,11 +351,11 @@
|
||||||
<div id="Prestation" class="tab-custom-content" style="display:none;">
|
<div id="Prestation" class="tab-custom-content" style="display:none;">
|
||||||
|
|
||||||
<div class="card border-0 shadow-sm mb-1">
|
<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">
|
<div class="card-header py-3 d-flex align-items-center justify-content-between">
|
||||||
<h6 class="mb-0 text-white fw-bold text-uppercase">
|
<h6 class="mb-0 text-primary fw-bold text-uppercase">
|
||||||
<i class="fas fa-hospital me-2"></i><?= _("Centres de Soins & Dentisteries") ?>
|
<i class="fas fa-hospital me-2"></i><?= _("Centres de Soins & Dentisteries") ?>
|
||||||
</h6>
|
</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>
|
||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
|
|
@ -363,7 +363,7 @@
|
||||||
<thead class="bg-light">
|
<thead class="bg-light">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="8%" class="text-center border-0 small text-muted">#</th>
|
<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>
|
<th width="25%" class="text-center border-0 small text-muted"><?= _("CONFIGURATION") ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user