This commit is contained in:
KANE LAZENI 2026-02-08 02:31:33 +00:00
parent 69c27358c7
commit 321786dc9f
2 changed files with 9 additions and 2 deletions

View File

@ -35,11 +35,13 @@ class ControleurRechercheparcarte extends Controleur {
$msgErreur="";
}
/*
var_dump(
array(
"msgErreur" => $msgErreur,
)
);
*/
// exit();
$this->beneficiaire->getModeBiometrie();

View File

@ -7,9 +7,14 @@
<input id="lancerrechercheparcarte" name="lancerrechercheparcarte" class="sr-only" type="submit" value="<?= _("Rechercher") ?>" >
</form>
<!--
<?php if (isset($msgErreur) && $msgErreur>" "): ?>
<div class="alert alert-danger" style="height:38px; padding:5px;" >
<H4><?= $msgErreur ?></H4>
</div>
<?php endif; ?>
<?php endif; ?>
-->
<div class="alert alert-danger" style="height:38px; padding:5px;" >
<H4><?= $msgErreur ?></H4>
</div>