g
This commit is contained in:
parent
eff57dca8b
commit
21f4af208a
|
|
@ -484,10 +484,18 @@
|
|||
</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 class="text-truncate d-inline-block" style="max-width: 200px;"><?=$_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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user