updated vodia identity
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<!-- end Footer -->
|
||||
|
||||
<?php if(defined("ENABLE_VODIA_IDENTITY_SWITCHER") && ENABLE_VODIA_IDENTITY_SWITCHER && $me->is("employee") && !isset($_SESSION[MFAPPNAME . '_warehouse_login_override'])): ?>
|
||||
<script type="text/javascript" src="<?=self::getResourcePath()?>assets/js/xinon-vodia-identity.js?<?=$git_merge_ts?>" defer></script>
|
||||
<script type="text/javascript" src="<?=self::getResourcePath()?>assets/js/xinon-vodia-identity.js?<?=$git_merge_ts?>"></script>
|
||||
<?php endif; ?>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -15,45 +15,6 @@
|
||||
<!-- End mobile menu toggle-->
|
||||
</li>
|
||||
|
||||
<?php if(defined("ENABLE_VODIA_IDENTITY_SWITCHER") && ENABLE_VODIA_IDENTITY_SWITCHER && $me->is("employee")): ?>
|
||||
<li id="vodia-identity-container" class="dropdown notification-list hidden" >
|
||||
<a href="#" id="vodia-identity-switcher" class="nav-link nav-user dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||||
<i class="phone-icon fas fa-phone text-success"></i>
|
||||
<span class="pro-user-name ml-1">
|
||||
Ausgehende Identität: <strong id="vodia-identity-current-text"></strong>
|
||||
<strong id="vodia-identity-current-number"></strong>
|
||||
<i class="far fa-chevron-down"></i>
|
||||
</span>
|
||||
</a>
|
||||
<div id="vodia-identity-switcher-dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
||||
<div class="dropdown-item noti-title">
|
||||
<h6 class="m-0">
|
||||
Ausgehende Telefonidentität umschalten:
|
||||
</h6>
|
||||
</div>
|
||||
<ul class="list-group" id="vodia-identities-list" style="min-width: 512px;">
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<template id="vodia-identity-list-item-template">
|
||||
<li class="list-group-item pointer">
|
||||
<table class="table table-borderless mb-0">
|
||||
<tr>
|
||||
<td class="color-block"><i class="fas fa-phone"></i></td>
|
||||
<td class="text-block" style="vertical-align: middle">
|
||||
<span class="name"></span>
|
||||
<span class="number"></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</template>
|
||||
<?php endif; ?>
|
||||
|
||||
<li id="bookstackLink" class="dropdown notification-list" style="display: none">
|
||||
<a class="nav-link dropdown-toggle" href="" target="_blank">
|
||||
<i class="fas fa-book"></i>
|
||||
|
||||
Reference in New Issue
Block a user