a
This commit is contained in:
parent
b12a47e7e7
commit
bdf5676203
|
|
@ -81,5 +81,4 @@ class ControleurAjaxdemanderdv extends Controleur {
|
||||||
|
|
||||||
$this->genererVueAjax(array('demandes' => $demandes));
|
$this->genererVueAjax(array('demandes' => $demandes));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -19057,8 +19057,3 @@ function listerdemandesconsultation()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function selectionner_demande_consultation(idDemande)
|
|
||||||
{
|
|
||||||
alert("selectionner_demande_consultation");
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
<div class="alert alert-info mt-3" style="margin-bottom:15px;">
|
<div class="alert alert-info mt-3" style="margin-bottom:15px;">
|
||||||
<small>
|
<small>
|
||||||
<i class="fas fa-info-circle me-2"></i>
|
<i class="fas fa-info-circle me-2"></i>
|
||||||
<?= _("Aucun demande trouvée pour les critères sélectionnés") ?>
|
<?= _("Aucune demande trouvée pour les critères sélectionnés") ?>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user