v
This commit is contained in:
parent
b9acbce048
commit
b324f9e738
|
|
@ -17,9 +17,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<button type="button" class="btn btn-outline-danger px-4 fw-bold shadow-sm bg-white" onclick="window.print();">
|
<button type="button" class="btn btn-danger shadow-sm mb-2" onclick="imprimerTableau();">
|
||||||
<i class="fas fa-file-pdf me-2"></i> <?= _("Imprimer en PDF") ?>
|
<i class="fas fa-file-pdf me-2"></i> <?= _("Imprimer le tableau uniquement") ?>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="table-responsive shadow-sm border rounded">
|
<div class="table-responsive shadow-sm border rounded">
|
||||||
<table class="table table-sm table-hover align-middle mb-0" style="font-size: 0.75rem;">
|
<table class="table table-sm table-hover align-middle mb-0" style="font-size: 0.75rem;">
|
||||||
<thead class="text-white sticky-top">
|
<thead class="text-white sticky-top">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user