sert
This commit is contained in:
parent
02b44a0d4e
commit
c2da5cf3f2
|
|
@ -48250,7 +48250,15 @@ function filtreTableReference(numeroTable) {
|
|||
const racineWeb = $("#racineWeb").val();
|
||||
const $divListe = $("#div_listetables");
|
||||
|
||||
$("#div_lister_table").html("");
|
||||
$("#div_lister_table").html(`
|
||||
<div class="text-center p-5 bg-white rounded shadow-xs border">
|
||||
<div class="icon-shape bg-light text-muted rounded-circle mx-auto mb-3" style="width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-table-list fa-2x"></i>
|
||||
</div>
|
||||
<h6 class="text-muted fw-bold"><?= _("Sélectionnez une table pour afficher les données") ?></h6>
|
||||
</div>
|
||||
`);
|
||||
|
||||
$('#div_fichiers_table').html("");
|
||||
$('#div_entete_table').html("");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user