ff
This commit is contained in:
parent
9694f069e3
commit
174850fdff
|
|
@ -1,7 +1,7 @@
|
||||||
<input id="nbLigne" name="nbLigne" class="visually-hidden" type="text" value="<?= count($dossiers) ?>">
|
<input id="nbLigne" name="nbLigne" class="visually-hidden" type="text" value="<?= count($dossiers) ?>">
|
||||||
<?php if($filtre == "2"): ?>
|
<?php if($filtre == "2"): ?>
|
||||||
<div class="table-responsive shadow-sm rounded border bg-white p-2">
|
<div class="table-responsive shadow-sm rounded border bg-white p-2">
|
||||||
<table class="table table-hover align-middle mb-0 tabspeciale compact" style="font-size:8.5pt; width:100%;">
|
<table class="table table-hover table-striped align-middle mb-0 tabspeciale compact" style="font-size:8.5pt; width:100%;">
|
||||||
<thead class="text-nowrap">
|
<thead class="text-nowrap">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-center"><?= _("Réclamation") ?></th>
|
<th class="text-center"><?= _("Réclamation") ?></th>
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<div class="table-responsive shadow-sm rounded border bg-white p-2">
|
<div class="table-responsive shadow-sm rounded border bg-white p-2">
|
||||||
<table class="table table-hover align-middle mb-0 tabspeciale compact" style="font-size:8.5pt; width:100%;">
|
<table class="table table-hover table-striped align-middle mb-0 tabspeciale compact" style="font-size:8.5pt; width:100%;">
|
||||||
<thead class="text-nowrap">
|
<thead class="text-nowrap">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user