a
This commit is contained in:
parent
69c27358c7
commit
321786dc9f
|
|
@ -35,11 +35,13 @@ class ControleurRechercheparcarte extends Controleur {
|
|||
$msgErreur="";
|
||||
}
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"msgErreur" => $msgErreur,
|
||||
)
|
||||
);
|
||||
*/
|
||||
// exit();
|
||||
|
||||
$this->beneficiaire->getModeBiometrie();
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user