df
This commit is contained in:
parent
3f46a25019
commit
21c109d354
|
|
@ -496,11 +496,17 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<i class="bi bi-person-badge"></i>
|
<i class="bi bi-person-badge"></i>
|
||||||
<span><?= _('Assuré principal') ?></span>
|
<span><?= _('Assuré principal') ?></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-box">
|
<?php if($_SESSION['adherent_C'] <= " "): ?>
|
||||||
<div class="info-value">
|
<div class="info-box">
|
||||||
<?= $this->nettoyer($_SESSION['adherent_C']) ?>
|
<div class="info-value">
|
||||||
|
<?= $this->nettoyer($_SESSION['adherent_C']) ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<?php else: ?>
|
||||||
|
<button class="action-btn" onclick="javascript:afficher_adherent_id();">
|
||||||
|
<?= $this->nettoyer($_SESSION['adherent_C']) ?>
|
||||||
|
</button>
|
||||||
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Patient -->
|
<!-- Patient -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user