dfg
This commit is contained in:
parent
c28382fd53
commit
ac0c55d0b4
|
|
@ -187,11 +187,22 @@
|
|||
</div>
|
||||
|
||||
<div class="card border-0 shadow-sm mb-4">
|
||||
<div class="card-header bg-success py-3">
|
||||
<h6 class="mb-0 text-white fw-bold text-uppercase"><i class="fas fa-hospital-alt me-2"></i><?= _("Centres de Soins & Biométrie") ?></h6>
|
||||
</div>
|
||||
<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">
|
||||
<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>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<table class="table table-hover align-middle mb-0">
|
||||
<thead class="bg-light">
|
||||
<tr>
|
||||
<th width="5%" class="text-center border-0 small text-muted">#</th>
|
||||
<th class="border-0 small text-muted"><?= _("RÈGLE DE PRESTATION") ?></th>
|
||||
<th width="15%" class="text-center border-0 small text-muted"><?= _("Valeur Actuelle") ?></th>
|
||||
<th width="22%" class="text-center border-0 small text-muted"><?= _("Nouvelle Valeur") ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="searchable-row">
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-success-ghost">06</span></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user