Merge branch 'main' of https://git.ebene.ovh/ebene/prestation
This commit is contained in:
commit
fb59f8b401
|
|
@ -12,7 +12,7 @@
|
|||
</style>
|
||||
|
||||
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">
|
||||
Portail Prestataires
|
||||
Portail Prestataire centralisé dev01
|
||||
</span>
|
||||
|
||||
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@
|
|||
<!-- Icône d'aide simple (?) -->
|
||||
<span class="help-icon" data-bs-toggle="modal" data-bs-target="#helpModal">?</span>
|
||||
</legend>
|
||||
|
||||
|
||||
<!-- ------------------- -->
|
||||
<h5 class="alert alert-danger" style="height:35px; padding:5px; text-align:center; margin-bottom:5px;"><?= _("Patient") ." (". $beneficiaire['numeroBeneficiaire'] . ") => " . _("Effet") . " : " . dateLang($this->nettoyer($beneficiaire['dateEffetBeneficiaire']), $_SESSION['p_lang'])." => ". _("Garant") . " : " .$garant." => ".$produit ?></h5>
|
||||
<?php if($_SESSION['p_vip_C']=="1"): ?>
|
||||
|
|
|
|||
|
|
@ -464,22 +464,38 @@
|
|||
</a><!-- End Notification Icon -->
|
||||
</li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a title="<?= _("Gestionnaire d'assurance santé");?>" style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="javascript:alert_ebene('<?=$_SESSION['p_nomSociete']?>','<?=$_SESSION['p_nomSociete']?>');">
|
||||
|
||||
<!-- <img src="<?= $_SESSION['p_lienLogo'] ?>" alt="Profile" style="width:100px;max-height: 60px;" class="rounded-circle"> -->
|
||||
<img src="<?= $_SESSION['p_lienLogo'] ?>" alt="Profile" style="max-height:60px;" class="rounded-circle">
|
||||
|
||||
<span > <?=$companyDisplayName?> </span>
|
||||
<a title="<?= _("Gestionnaire d'assurance santé");?>"
|
||||
style="margin-left:10px; margin-right:10px;"
|
||||
class="nav-link nav-icon d-flex align-items-center"
|
||||
href="javascript:alert_ebene('<?=$_SESSION['p_nomSociete']?>','<?=$_SESSION['p_nomSociete']?>');">
|
||||
|
||||
<img src="<?= $_SESSION['p_lienLogo'] ?>"
|
||||
alt="Profile"
|
||||
style="max-height:40px;"
|
||||
class="rounded-circle">
|
||||
|
||||
<span class="text-truncate d-inline-block" style="max-width:300px;">
|
||||
<?=$companyDisplayName?>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a title="<?= _("Prestataire conventionné");?>" style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="javascript:alert_ebene('<?=$_SESSION['p_prestataire_C']?>','<?=$_SESSION['p_prestataire_C']?>');">
|
||||
<i class="bi bi-shop"></i>
|
||||
<span ><?=$_SESSION['p_prestataire_C']?></span>
|
||||
</a>
|
||||
<a title="<?= _("Prestataire conventionné");?>"
|
||||
class="nav-link nav-icon d-flex align-items-center"
|
||||
style="margin-left:10px; margin-right:10px;"
|
||||
href="javascript:alert_ebene('<?=$_SESSION['p_prestataire_C']?>','<?=$_SESSION['p_prestataire_C']?>');">
|
||||
|
||||
<i class="bi bi-shop"></i>
|
||||
|
||||
<span class="text-truncate flex-grow-1" style="max-width:200px;">
|
||||
<?=$_SESSION['p_prestataire_C']?>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown pe-3">
|
||||
|
|
@ -621,11 +637,6 @@
|
|||
<div id="contenu">
|
||||
<div id="div_test_gabarit">
|
||||
</div>
|
||||
|
||||
<?php
|
||||
// echo "KANE"
|
||||
?>
|
||||
|
||||
<?= $contenu ?>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user