This commit is contained in:
KANE LAZENI 2025-12-21 12:27:08 +00:00
parent f6be10e678
commit 941125c9df
3 changed files with 3 additions and 12 deletions

View File

@ -16711,7 +16711,7 @@ function afficher_liste_prestataires_actifs()
complete: function() {
$("#div_liste_prestataire").html(donnees_retour);
dataTableSpeciale();
$("#nbligne").val("Lignes : "+$("#nbligne_info").val());
// $("#nbligne").val("Lignes : "+$("#nbligne_info").val());
}
});
}

View File

@ -68,15 +68,6 @@
<i class="fas fa-search me-2"></i> <?= _("Afficher les résultats") ?>
</button>
</div>
<!-- Nombre de lignes -->
<div class="col-12 col-md-6 col-lg-4 hide-on-mobile">
<label class="form-label fw-bold"><?= _("Nombre de lignes") ?></label>
<input class="form-control form-control-sm text-center bg-light" type="text" id="nbligne" name="nbligne"
value="0" readonly>
</div>
</div>
</div>
</div>

View File

@ -299,20 +299,20 @@
<div id="div_test_gabarit">
<?php
/*
var_dump
(
array
(
/*
"dossierLogo" => $_SESSION['dossierLogo'],
"dossierAssure" => $_SESSION['dossierAssure'],
"lienLogo" => $_SESSION['lienLogo'],
"dateEffetAdherent_C" => $_SESSION['dateEffetAdherent_C'],
"idAdherent_C" => $_SESSION['idAdherent_C'],
*/
"idCollege_C" => $_SESSION['idCollege_C'],
)
);
*/
?>
</div>