Vrae
This commit is contained in:
parent
e1b5c6602e
commit
601eb38daf
|
|
@ -1,8 +1,11 @@
|
||||||
<div id="div_quittancepolice" class="mt-4 animate__animated animate__fadeIn">
|
<div id="div_quittancepolice" class="mt-4 animate__animated animate__fadeIn">
|
||||||
<div class="card shadow-sm border-0">
|
<div class="d-flex justify-content-between align-items-center mb-2">
|
||||||
<div class="table-responsive">
|
<h6 class="text-uppercase fw-bold text-muted mb-0"><i class="bi bi-file-earmark-check me-2"></i><?= _("Quittances générées") ?></h6>
|
||||||
|
</div>
|
||||||
|
<div class="table-responsive shadow-sm rounded mb-4">
|
||||||
|
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.85rem;">
|
||||||
<table class="table table-hover align-middle mb-0">
|
<table class="table table-hover align-middle mb-0">
|
||||||
<thead class="bg-dark">
|
<thead class="table-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
||||||
<th class="text-center"><?= _("Émission") ?></th>
|
<th class="text-center"><?= _("Émission") ?></th>
|
||||||
|
|
@ -27,7 +30,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-center fw-bold text-muted small" style="display:none;"><?= $idQuittance ?></td>
|
<td class="text-center fw-bold text-muted small" style="display:none;"><?= $idQuittance ?></td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<button type="button" class="btn btn-sm btn-link fw-bold text-decoration-none"
|
<button type="button" class="form-control btn btn-info"
|
||||||
onClick="javascript:afficher_emission(<?= $idEmission ?>);">
|
onClick="javascript:afficher_emission(<?= $idEmission ?>);">
|
||||||
<?= $numeroEmission ?>
|
<?= $numeroEmission ?>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user