Línea 126... |
Línea 126... |
126 |
|
126 |
|
127 |
<nav class="sidebar">
|
127 |
<nav class="sidebar">
|
128 |
<div class="sidebar-header">
|
128 |
<div class="sidebar-header">
|
129 |
<a href="<?php echo $this->url('dashboard') ?>" class="sidebar-brand">
|
129 |
<a href="<?php echo $this->url('dashboard') ?>" class="sidebar-brand">
|
130 |
<?php if ($company) : ?>
|
130 |
<?php if ($company) : ?>
|
131 |
<img src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $company->uuid, 'filename' => $company->image]) ?>" alt="LABEL_ADMINISTRATION" class="wd-auto ht-50" style="opacity: .8">
|
131 |
<img src="<?php echo $currentUserHelper->getCompanyImage() ?>" alt="LABEL_ADMINISTRATION" class="wd-auto ht-50" style="opacity: .8">
|
132 |
<?php else : ?>
|
132 |
<?php else : ?>
|
133 |
<img src="/assets/images/ll-logo.png" alt="LABEL_ADMINISTRATION" class="wd-auto ht-50" style="opacity: .8">
|
133 |
<img src="/assets/images/ll-logo.png" alt="LABEL_ADMINISTRATION" class="wd-auto ht-50" style="opacity: .8">
|
134 |
<?php endif; ?>
|
134 |
<?php endif; ?>
|
Línea 168... |
Línea 168... |
168 |
|
168 |
|
169 |
|
169 |
|
170 |
|
170 |
|
171 |
<li class="nav-item dropdown">
|
171 |
<li class="nav-item dropdown">
|
172 |
<a class="nav-link dropdown-toggle" href="#" id="profileDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
172 |
<a class="nav-link dropdown-toggle" href="#" id="profileDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
173 |
<img class="wd-30 ht-30 rounded-circle" src="<?php echo $this->url('storage', ['type' => 'user', 'code' => $user->uuid, 'filename' => $user->image]) ?>" alt="profile">
|
173 |
<img class="wd-30 ht-30 rounded-circle" src="<?php echo $currentUserHelper->getUserImage() ?>" alt="profile">
|
174 |
</a>
|
174 |
</a>
|
175 |
<div class="dropdown-menu p-0" aria-labelledby="profileDropdown">
|
175 |
<div class="dropdown-menu p-0" aria-labelledby="profileDropdown">
|
176 |
<div class="d-flex flex-column align-items-center border-bottom px-5 py-3">
|
176 |
<div class="d-flex flex-column align-items-center border-bottom px-5 py-3">
|
177 |
<div class="">
|
177 |
<div class="">
|
178 |
<img class="wd-80 ht-80 rounded-circle" src="<?php echo $this->url('storage', ['type' => 'user', 'code' => $user->uuid, 'filename' => $user->image]) ?>" alt="">
|
178 |
<img class="wd-80 ht-80 rounded-circle" src="<?php echo $currentUserHelper->getUserImage() ?>" alt="">
|
179 |
</div>
|
179 |
</div>
|
180 |
<div class="text-center">
|
180 |
<div class="text-center">
|