This commit is contained in:
KONE SOREL 2025-12-31 14:37:04 +00:00
parent 208e8e023b
commit ce65254544
2 changed files with 4 additions and 4 deletions

View File

@ -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;"><?= _("") ?></th>
<th data-hidden="true"><?= _("") ?></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 ?>);">

View File

@ -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>