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 class="card shadow-sm border-0">
|
||||
<div class="table-responsive">
|
||||
<div class="d-flex justify-content-between align-items-center mb-2">
|
||||
<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">
|
||||
<thead class="bg-dark">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
||||
<th class="text-center"><?= _("Émission") ?></th>
|
||||
|
|
@ -27,7 +30,7 @@
|
|||
<tr>
|
||||
<td class="text-center fw-bold text-muted small" style="display:none;"><?= $idQuittance ?></td>
|
||||
<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 ?>);">
|
||||
<?= $numeroEmission ?>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user