dd
This commit is contained in:
parent
d2c0b7b4bf
commit
9f33e0f554
|
|
@ -49,6 +49,7 @@ $(function() {
|
||||||
|
|
||||||
let nomForm = $("#nomForm").val();
|
let nomForm = $("#nomForm").val();
|
||||||
|
|
||||||
|
/*
|
||||||
if(nomForm == "remboursementClassic")
|
if(nomForm == "remboursementClassic")
|
||||||
{
|
{
|
||||||
let filtre = "0";
|
let filtre = "0";
|
||||||
|
|
@ -57,6 +58,7 @@ $(function() {
|
||||||
|
|
||||||
lister_dossiers_classiques(filtre);
|
lister_dossiers_classiques(filtre);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
<i class="fas fa-filter me-2"></i>
|
<i class="fas fa-filter me-2"></i>
|
||||||
<span class="small fw-bold text-uppercase w-25"><?= _("Filtre actif :") ?></span>
|
<span class="small fw-bold text-uppercase w-25"><?= _("Filtre actif :") ?></span>
|
||||||
<input id="libelleFiltre" name="libelleFiltre" class="form-control form-control-sm bg-transparent border-0 fw-bold p-0 shadow-none"
|
<input id="libelleFiltre" name="libelleFiltre" class="form-control form-control-sm bg-transparent border-0 fw-bold p-0 shadow-none"
|
||||||
type="text" value="" readonly style="color: inherit;">
|
type="text" value="<?= ("Aucun")?>" readonly style="color: inherit;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user