dr
This commit is contained in:
parent
1cf9bb5063
commit
49ca282b8c
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
<?php if(count($familleacte) > 0): ?>
|
||||
<div class="table-responsive shadow-sm rounded">
|
||||
<table class="table table-sm table-hover table-bordered align-middle mb-0 text-nowrap">
|
||||
<table class="table table-sm table-hover align-middle mb-0 text-nowrap">
|
||||
<thead class="table-light border-secondary">
|
||||
<tr class="text-center small">
|
||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Effet") ?></th>
|
||||
<th colspan="4" class="bg-primary text-info py-1 text-center"><?= _("Famille (Adhérent)") ?></th>
|
||||
<th colspan="4" class="bg-dark text-warning py-1 text-center"><?= _("Bénéficiaire") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Remboursement") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Carence") ?></th>
|
||||
<th colspan="2" class="align-middle bg-light text-center"><?= _("Ticket Modérateur") ?></th>
|
||||
<th colspan="2" class="align-middle bg-light text-center"><?= _("Âge") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Statut") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center border-end"><?= _("Effet") ?></th>
|
||||
<th colspan="4" class="bg-primary text-info py-1 text-center border-end"><?= _("Famille (Adhérent)") ?></th>
|
||||
<th colspan="4" class="bg-dark text-warning py-1 text-center border-end"><?= _("Bénéficiaire") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center border-end"><?= _("Remboursement") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center border-end"><?= _("Carence") ?></th>
|
||||
<th colspan="2" class="align-middle bg-light text-center border-end"><?= _("Ticket Modérateur") ?></th>
|
||||
<th colspan="2" class="align-middle bg-light text-center border-end"><?= _("Âge") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center border-end"><?= _("Statut") ?></th>
|
||||
<th rowspan="2" class="align-middle bg-light text-center"><?= _("Action") ?></th>
|
||||
</tr>
|
||||
<tr class="text-center small bg-light-subtle">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user