fg
This commit is contained in:
parent
9ed0ec81bb
commit
2f7281bf19
|
|
@ -471,7 +471,7 @@
|
||||||
<!-- <img src="<?= $_SESSION['p_lienLogo'] ?>" alt="Profile" style="width:100px;max-height: 60px;" class="rounded-circle"> -->
|
<!-- <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">
|
<img src="<?= $_SESSION['p_lienLogo'] ?>" alt="Profile" style="max-height:60px;" class="rounded-circle">
|
||||||
|
|
||||||
<span class="text-truncat d-inline-block" style="max-width: 50px !important;"> <?=$companyDisplayName?> </span>
|
<span class="text-truncat d-inline-block" style="max-width: 150px;"> <?=$companyDisplayName?> </span>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -479,7 +479,7 @@
|
||||||
<li class="nav-item">
|
<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']?>');">
|
<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>
|
<i class="bi bi-shop"></i>
|
||||||
<span class="text-truncate d-inline-block" style="max-width: 50px !important;"><?=$_SESSION['p_prestataire_C']?></span>
|
<span class="text-truncate d-inline-block" style="max-width: 150px;"><?=$_SESSION['p_prestataire_C']?></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user