This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div> -->
|
||||
|
||||
<div class="app-header-right">
|
||||
<div class="header-btn-lg pe-0">
|
||||
<div class="widget-content p-0">
|
||||
@@ -78,23 +79,25 @@
|
||||
<h6 tabindex="-1" class="dropdown-header">Header</h6>
|
||||
<button type="button" tabindex="0" class="dropdown-item">Actions</button>
|
||||
<div tabindex="-1" class="dropdown-divider"></div>
|
||||
<button type="button" tabindex="0" class="dropdown-item">Dividers</button>
|
||||
<button type="button" tabindex="0" class="dropdown-item"
|
||||
onclick="location.href='/logout'">로그아웃</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget-content-left ms-3 header-user-info">
|
||||
<div class="widget-heading">
|
||||
관리자
|
||||
<?= session('usr_nm'); ?>
|
||||
</div>
|
||||
<div class="widget-subheading">
|
||||
[admin | confrims] 님
|
||||
[ <?= session('usr_id'); ?> | <?= session('dept_nm'); ?> ] 님
|
||||
</div>
|
||||
</div>
|
||||
<div class="widget-content-right header-user-info ms-3">
|
||||
<!-- <div class="widget-content-right header-user-info ms-3">
|
||||
<button type="button" class="btn-shadow p-1 btn btn-primary btn-sm show-toastr-example">
|
||||
<i class="fa text-white fa-calendar pe-1 ps-1"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user