valid
This commit is contained in:
parent
208e8e023b
commit
ce65254544
|
|
@ -4,10 +4,10 @@
|
|||
</div>
|
||||
<div class="card shadow-sm border-0">
|
||||
<div class="table-responsive shadow-sm rounded mb-4">
|
||||
<table class="table table-hover align-middle bg-white mb-0 tabliste" style="font-size: 0.85rem;">
|
||||
<table class="table table-striped table-bordered table-hover table-condensed tabliste compact w-100" style="font-size:0.85rem; white-space:nowrap;">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
||||
<th data-hidden="true"><?= _("N°") ?></th>
|
||||
<th class="text-center"><?= _("Émission") ?></th>
|
||||
<th class="text-center"><?= _("Date") ?></th>
|
||||
<th class="text-center"><?= _("Effet") ?></th>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
$solde = (float)$this->nettoyer($quittance['solde']);
|
||||
?>
|
||||
<tr>
|
||||
<td class="text-center fw-bold text-muted small" style="display:none;"><?= $idQuittance ?></td>
|
||||
<td><?= $idQuittance ?></td>
|
||||
<td class="text-center">
|
||||
<button type="button" class="form-control btn btn-primary"
|
||||
onClick="javascript:afficher_emission(<?= $idEmission ?>);">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover table-condensed tabliste compact w-100" style="font-size:10pt; white-space:nowrap;">
|
||||
<table class="table table-striped table-bordered table-hover table-condensed tabliste compact w-100" style="font-size:0.85rem; white-space:nowrap;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align:center"> <?= _("No Police") ?> </th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user