Browse Source

UI-2318: updated css class

4.3
Jean-Roch Maitre 10 years ago
parent
commit
7d57fccecd
20 changed files with 69 additions and 112 deletions
  1. +0
    -43
      style/app.css
  2. +23
    -23
      submodules/groups/groups.css
  3. +29
    -29
      submodules/users/users.css
  4. +1
    -1
      views/groups-feature-call_recording.html
  5. +1
    -1
      views/groups-feature-forward.html
  6. +1
    -1
      views/groups-feature-next_action.html
  7. +1
    -1
      views/groups-feature-prepend.html
  8. +1
    -1
      views/groups-feature-ringback.html
  9. +1
    -1
      views/myOffice-callerIdPopup.html
  10. +1
    -1
      views/myOffice-musicOnHoldPopup.html
  11. +1
    -1
      views/strategy-customConferenceGreeting.html
  12. +1
    -1
      views/users-feature-call_forward.html
  13. +1
    -1
      views/users-feature-call_recording.html
  14. +1
    -1
      views/users-feature-caller_id.html
  15. +1
    -1
      views/users-feature-conferencing.html
  16. +1
    -1
      views/users-feature-faxing.html
  17. +1
    -1
      views/users-feature-find_me_follow_me.html
  18. +1
    -1
      views/users-feature-hotdesk.html
  19. +1
    -1
      views/users-feature-music_on_hold.html
  20. +1
    -1
      views/users-feature-vm_to_email.html

+ 0
- 43
style/app.css View File

@ -14,47 +14,4 @@
#voip_container .left-menu > div { #voip_container .left-menu > div {
margin-top: 10px; margin-top: 10px;
}
/* Feature Popups */
.feature-popup-container {
width: 510px;
}
.feature-popup-container .actions,
.feature-popup-container .content {
padding: 15px 25px;
border-top: 1px solid #ccc;
}
.feature-popup-container .actions .monster-link {
margin-right: 10px;
}
.feature-popup-container .switch {
display: inline-block;
margin-left: 15px;
}
.feature-popup-container .content.disabled {
display: none;
}
.feature-popup-container form {
margin-bottom: 40px;
}
.feature-popup-container form .main-line {
position: relative;
height: 70px; /* Adding extra space for validation messages */
line-height: 60px;
}
.feature-popup-container form .main-line label.monster-invalid {
top: 45px;
}
.feature-popup-container input,
.feature-popup-container select {
margin-left: 10px;
} }

+ 23
- 23
submodules/groups/groups.css View File

@ -441,7 +441,7 @@
} }
#groups_container .detail-features .features-grid .feature .fa-wrapper, #groups_container .detail-features .features-grid .feature .fa-wrapper,
.feature-popup-container .feature-fa-wrapper{
.monster-feature-popup-container .feature-fa-wrapper{
display: inline-block; display: inline-block;
margin: 20px; margin: 20px;
width: 60px; width: 60px;
@ -463,7 +463,7 @@
} }
#groups_container .detail-features .features-grid .feature .fa-wrapper.active, #groups_container .detail-features .features-grid .feature .fa-wrapper.active,
.feature-popup-container .feature-fa-wrapper.active{
.monster-feature-popup-container .feature-fa-wrapper.active{
background: #19d332; /* Old browsers */ background: #19d332; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%, hsl(132,46%,46%) 61%, hsl(0,0%,0%) 99%); /* FF3.6+ */ background: -moz-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%, hsl(132,46%,46%) 61%, hsl(0,0%,0%) 99%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsl(128,79%,46%)), color-stop(61%,hsl(132,46%,46%)), color-stop(99%,hsl(0,0%,0%))); /* Chrome,Safari4+ */ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsl(128,79%,46%)), color-stop(61%,hsl(132,46%,46%)), color-stop(99%,hsl(0,0%,0%))); /* Chrome,Safari4+ */
@ -480,99 +480,99 @@
} }
/* Call Recording Feature */ /* Call Recording Feature */
.feature-popup-container[data-feature="call_recording"] form {
.monster-feature-popup-container[data-feature="call_recording"] form {
margin-bottom: 0; margin-bottom: 0;
} }
.feature-popup-container[data-feature="call_recording"] form > div {
.monster-feature-popup-container[data-feature="call_recording"] form > div {
position: relative; position: relative;
margin-bottom: 10px; margin-bottom: 10px;
} }
.feature-popup-container[data-feature="call_recording"] form span {
.monster-feature-popup-container[data-feature="call_recording"] form span {
display: inline-block; display: inline-block;
width: 120px; width: 120px;
vertical-align: text-bottom; vertical-align: text-bottom;
text-align: right; text-align: right;
} }
.feature-popup-container[data-feature="call_recording"] form label.monster-invalid {
.monster-feature-popup-container[data-feature="call_recording"] form label.monster-invalid {
top: 30px; top: 30px;
left: 130px; left: 130px;
} }
/* Ringback Feature */ /* Ringback Feature */
.feature-popup-container[data-feature="ringback"] {
.monster-feature-popup-container[data-feature="ringback"] {
width: 516px; width: 516px;
} }
.feature-popup-container[data-feature="ringback"] .media-dropdown {
.monster-feature-popup-container[data-feature="ringback"] .media-dropdown {
margin-bottom: 0px; margin-bottom: 0px;
} }
.feature-popup-container[data-feature="ringback"] .upload-toggle {
.monster-feature-popup-container[data-feature="ringback"] .upload-toggle {
margin-left: 10px; margin-left: 10px;
width: 117px; width: 117px;
} }
.feature-popup-container[data-feature="ringback"] .upload-div {
.monster-feature-popup-container[data-feature="ringback"] .upload-div {
display: none; display: none;
margin-top: 20px; margin-top: 20px;
} }
.feature-popup-container[data-feature="ringback"] .upload-div .upload-input {
.monster-feature-popup-container[data-feature="ringback"] .upload-div .upload-input {
margin: 0; margin: 0;
width: 330px; width: 330px;
} }
.feature-popup-container[data-feature="ringback"] .upload-div button.upload-action {
.monster-feature-popup-container[data-feature="ringback"] .upload-div button.upload-action {
margin-left: 10px; margin-left: 10px;
padding-left: 19px; padding-left: 19px;
padding-right: 19px; padding-right: 19px;
} }
.feature-popup-container[data-feature="ringback"] .upload-div button > i {
.monster-feature-popup-container[data-feature="ringback"] .upload-div button > i {
margin-right: 0; margin-right: 0;
padding-right: 0; padding-right: 0;
} }
.feature-popup-container[data-feature="ringback"] .upload-div .file-upload {
.monster-feature-popup-container[data-feature="ringback"] .upload-div .file-upload {
margin: 0; margin: 0;
} }
.feature-popup-container[data-feature="ringback"] .upload-div .file-upload > input {
.monster-feature-popup-container[data-feature="ringback"] .upload-div .file-upload > input {
margin: 0; margin: 0;
width: 205px; width: 205px;
padding: 6px; padding: 6px;
} }
/* Next Action Feature */ /* Next Action Feature */
.feature-popup-container[data-feature="next_action"] {
.monster-feature-popup-container[data-feature="next_action"] {
width: 540px; width: 540px;
} }
.feature-popup-container[data-feature="next_action"] .next-action > * {
.monster-feature-popup-container[data-feature="next_action"] .next-action > * {
vertical-align: middle; vertical-align: middle;
margin: 0; margin: 0;
} }
.feature-popup-container[data-feature="next_action"] .next-action > *:not(:first-child) {
.monster-feature-popup-container[data-feature="next_action"] .next-action > *:not(:first-child) {
margin-left: 10px; margin-left: 10px;
} }
/* Allow Call Forward Feature */ /* Allow Call Forward Feature */
.feature-popup-container[data-feature="forward"] .help-box {
.monster-feature-popup-container[data-feature="forward"] .help-box {
margin: 5px 20px 20px margin: 5px 20px 20px
} }
/* CID Prepend Feature */ /* CID Prepend Feature */
.feature-popup-container[data-feature="prepend"] form {
.monster-feature-popup-container[data-feature="prepend"] form {
margin-bottom: 0; margin-bottom: 0;
} }
.feature-popup-container[data-feature="prepend"] form > div {
.monster-feature-popup-container[data-feature="prepend"] form > div {
position: relative; position: relative;
margin-bottom: 10px; margin-bottom: 10px;
} }
.feature-popup-container[data-feature="prepend"] form span {
.monster-feature-popup-container[data-feature="prepend"] form span {
display: inline-block; display: inline-block;
width: 160px; width: 160px;
vertical-align: middle; vertical-align: middle;
text-align: right; text-align: right;
} }
.feature-popup-container[data-feature="prepend"] form input {
.monster-feature-popup-container[data-feature="prepend"] form input {
margin-bottom: 0; margin-bottom: 0;
width: 100px; width: 100px;
} }

+ 29
- 29
submodules/users/users.css View File

@ -527,7 +527,7 @@
} }
#users_container .detail-features .features-grid .feature .fa-wrapper, #users_container .detail-features .features-grid .feature .fa-wrapper,
.feature-popup-container .feature-fa-wrapper{
.monster-feature-popup-container .feature-fa-wrapper{
display: inline-block; display: inline-block;
margin: 20px; margin: 20px;
width: 60px; width: 60px;
@ -549,7 +549,7 @@
} }
#users_container .detail-features .features-grid .feature .fa-wrapper.active, #users_container .detail-features .features-grid .feature .fa-wrapper.active,
.feature-popup-container .feature-fa-wrapper.active{
.monster-feature-popup-container .feature-fa-wrapper.active{
background: #19d332; /* Old browsers */ background: #19d332; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%, hsl(132,46%,46%) 61%, hsl(0,0%,0%) 99%); /* FF3.6+ */ background: -moz-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%, hsl(132,46%,46%) 61%, hsl(0,0%,0%) 99%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsl(128,79%,46%)), color-stop(61%,hsl(132,46%,46%)), color-stop(99%,hsl(0,0%,0%))); /* Chrome,Safari4+ */ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsl(128,79%,46%)), color-stop(61%,hsl(132,46%,46%)), color-stop(99%,hsl(0,0%,0%))); /* Chrome,Safari4+ */
@ -661,36 +661,36 @@
} }
/* Caller-ID User Feature Popup */ /* Caller-ID User Feature Popup */
.feature-popup-container[data-feature="caller_id"] {
.monster-feature-popup-container[data-feature="caller_id"] {
width: 525px; width: 525px;
} }
.feature-popup-container .caller-id-select {
.monster-feature-popup-container .caller-id-select {
margin-top: 5px; margin-top: 5px;
} }
/* Hot Desking User Feature Popup */ /* Hot Desking User Feature Popup */
.feature-popup-container[data-feature="hotdesk"] #pin {
.monster-feature-popup-container[data-feature="hotdesk"] #pin {
margin-top: 10px; margin-top: 10px;
} }
/* VM To Email User Feature Popup */ /* VM To Email User Feature Popup */
.feature-popup-container[data-feature="vm_to_email"] #email {
.monster-feature-popup-container[data-feature="vm_to_email"] #email {
margin-top: 8px; margin-top: 8px;
} }
.feature-popup-container[data-feature="vm_to_email"] .main-line {
.monster-feature-popup-container[data-feature="vm_to_email"] .main-line {
height: auto; height: auto;
line-height: 20px; line-height: 20px;
margin: 10px 0 30px 0; margin: 10px 0 30px 0;
} }
/* Conferencing */ /* Conferencing */
.feature-popup-container[data-feature="conferencing"] form {
.monster-feature-popup-container[data-feature="conferencing"] form {
margin-bottom: 0; margin-bottom: 0;
} }
.feature-popup-container[data-feature="conferencing"] form .list-numbers {
.monster-feature-popup-container[data-feature="conferencing"] form .list-numbers {
display: inline-block; display: inline-block;
font-weight: 600; font-weight: 600;
height: 65px; height: 65px;
@ -701,86 +701,86 @@
width: 180px; width: 180px;
} }
.feature-popup-container[data-feature="conferencing"] form .list-numbers[data-count="1"] {
.monster-feature-popup-container[data-feature="conferencing"] form .list-numbers[data-count="1"] {
line-height: 61px; line-height: 61px;
} }
.feature-popup-container[data-feature="conferencing"] form .list-numbers[data-count="2"] {
.monster-feature-popup-container[data-feature="conferencing"] form .list-numbers[data-count="2"] {
line-height: 32px; line-height: 32px;
} }
.feature-popup-container[data-feature="conferencing"] form .list-numbers[data-count="3"] {
.monster-feature-popup-container[data-feature="conferencing"] form .list-numbers[data-count="3"] {
line-height: 20px; line-height: 20px;
} }
/* Music-On-Hold Feature */ /* Music-On-Hold Feature */
.feature-popup-container[data-feature="music_on_hold"] .media-dropdown {
.monster-feature-popup-container[data-feature="music_on_hold"] .media-dropdown {
margin-bottom: 0px; margin-bottom: 0px;
} }
.feature-popup-container[data-feature="music_on_hold"] .upload-toggle {
.monster-feature-popup-container[data-feature="music_on_hold"] .upload-toggle {
margin-left: 10px; margin-left: 10px;
min-width: 117px; min-width: 117px;
} }
.feature-popup-container[data-feature="music_on_hold"] .upload-div {
.monster-feature-popup-container[data-feature="music_on_hold"] .upload-div {
display: none; display: none;
margin-top: 20px; margin-top: 20px;
} }
.feature-popup-container[data-feature="music_on_hold"] .upload-div .upload-input {
.monster-feature-popup-container[data-feature="music_on_hold"] .upload-div .upload-input {
margin: 0; margin: 0;
width: 330px; width: 330px;
} }
.feature-popup-container[data-feature="music_on_hold"] .upload-div button.upload-action {
.monster-feature-popup-container[data-feature="music_on_hold"] .upload-div button.upload-action {
margin-left: 10px; margin-left: 10px;
padding-left: 19px; padding-left: 19px;
padding-right: 19px; padding-right: 19px;
} }
.feature-popup-container[data-feature="music_on_hold"] .upload-div button > i {
.monster-feature-popup-container[data-feature="music_on_hold"] .upload-div button > i {
margin-right: 0; margin-right: 0;
padding-right: 0; padding-right: 0;
} }
.feature-popup-container[data-feature="music_on_hold"] .upload-div .file-upload {
.monster-feature-popup-container[data-feature="music_on_hold"] .upload-div .file-upload {
margin: 0; margin: 0;
} }
.feature-popup-container[data-feature="music_on_hold"] .upload-div .file-upload > input {
.monster-feature-popup-container[data-feature="music_on_hold"] .upload-div .file-upload > input {
margin: 0; margin: 0;
padding: 6px; padding: 6px;
width: 192px; width: 192px;
} }
/* Faxing Feature Popup */ /* Faxing Feature Popup */
.feature-popup-container[data-feature='faxing'] {
.monster-feature-popup-container[data-feature='faxing'] {
overflow: hidden; overflow: hidden;
} }
.feature-popup-container[data-feature='faxing'] #faxbox_form {
.monster-feature-popup-container[data-feature='faxing'] #faxbox_form {
margin-bottom: 0; margin-bottom: 0;
} }
.feature-popup-container[data-feature='faxing'] #faxbox_form a {
.monster-feature-popup-container[data-feature='faxing'] #faxbox_form a {
color: #22a5ff; color: #22a5ff;
text-decoration: underline; text-decoration: underline;
} }
.feature-popup-container[data-feature='faxing'] #faxbox_form a:hover {
.monster-feature-popup-container[data-feature='faxing'] #faxbox_form a:hover {
text-decoration: none; text-decoration: none;
} }
.feature-popup-container[data-feature='faxing'] #faxbox_form p {
.monster-feature-popup-container[data-feature='faxing'] #faxbox_form p {
line-height: 30px; line-height: 30px;
} }
.feature-popup-container[data-feature='faxing'] #faxbox_form .monster-primary-color {
.monster-feature-popup-container[data-feature='faxing'] #faxbox_form .monster-primary-color {
color: #22a5ff; color: #22a5ff;
} }
.feature-popup-container[data-feature='faxing'] #faxbox_form .number-selector {
.monster-feature-popup-container[data-feature='faxing'] #faxbox_form .number-selector {
display: inline-block; display: inline-block;
margin: 0 10px; margin: 0 10px;
} }
.feature-popup-container[data-feature='faxing'] #faxbox_form #helper_content {
.monster-feature-popup-container[data-feature='faxing'] #faxbox_form #helper_content {
margin-top: 10px; margin-top: 10px;
} }
@ -808,7 +808,7 @@
} }
/* Find me Follow me feature popup */ /* Find me Follow me feature popup */
.feature-popup-container[data-feature="find_me_follow_me"] {
.monster-feature-popup-container[data-feature="find_me_follow_me"] {
width: 620px; width: 620px;
} }


+ 1
- 1
views/groups-feature-call_recording.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="call_recording">
<div class="monster-feature-popup-container" data-feature="call_recording">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{group.extra.mapFeatures.call_recording.icon}}"></i> <i class="{{group.extra.mapFeatures.call_recording.icon}}"></i>


+ 1
- 1
views/groups-feature-forward.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="forward">
<div class="monster-feature-popup-container" data-feature="forward">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{group.extra.mapFeatures.forward.icon}}"></i> <i class="{{group.extra.mapFeatures.forward.icon}}"></i>


+ 1
- 1
views/groups-feature-next_action.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="next_action">
<div class="monster-feature-popup-container" data-feature="next_action">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{group.extra.mapFeatures.next_action.icon}}"></i> <i class="{{group.extra.mapFeatures.next_action.icon}}"></i>


+ 1
- 1
views/groups-feature-prepend.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="prepend">
<div class="monster-feature-popup-container" data-feature="prepend">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{group.extra.mapFeatures.prepend.icon}}"></i> <i class="{{group.extra.mapFeatures.prepend.icon}}"></i>


+ 1
- 1
views/groups-feature-ringback.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="ringback">
<div class="monster-feature-popup-container" data-feature="ringback">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{group.extra.mapFeatures.ringback.icon}}"></i> <i class="{{group.extra.mapFeatures.ringback.icon}}"></i>


+ 1
- 1
views/myOffice-callerIdPopup.html View File

@ -1,4 +1,4 @@
<div id="my_office_caller_id_popup" class="feature-popup-container">
<div id="my_office_caller_id_popup" class="monster-feature-popup-container">
<!-- <div class="feature-popup-title"> <!-- <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="fa fa-user"></i> <i class="fa fa-user"></i>


+ 1
- 1
views/myOffice-musicOnHoldPopup.html View File

@ -1,4 +1,4 @@
<div id="my_office_music_on_hold_popup" class="feature-popup-container">
<div id="my_office_music_on_hold_popup" class="monster-feature-popup-container">
<div class="feature-popup-header"> <div class="feature-popup-header">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="fa fa-music"></i> <i class="fa fa-music"></i>


+ 1
- 1
views/strategy-customConferenceGreeting.html View File

@ -1,4 +1,4 @@
<div id="strategy_custom_conference_greeting" class="feature-popup-container">
<div id="strategy_custom_conference_greeting" class="monster-feature-popup-container">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="fa fa-volume-up"></i> <i class="fa fa-volume-up"></i>


+ 1
- 1
views/users-feature-call_forward.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="call_forward">
<div class="monster-feature-popup-container" data-feature="call_forward">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{extra.mapFeatures.call_forward.icon}}"></i> <i class="{{extra.mapFeatures.call_forward.icon}}"></i>


+ 1
- 1
views/users-feature-call_recording.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="call_recording">
<div class="monster-feature-popup-container" data-feature="call_recording">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{user.extra.mapFeatures.call_recording.icon}}"></i> <i class="{{user.extra.mapFeatures.call_recording.icon}}"></i>


+ 1
- 1
views/users-feature-caller_id.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="caller_id">
<div class="monster-feature-popup-container" data-feature="caller_id">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{extra.mapFeatures.caller_id.icon}}"></i> <i class="{{extra.mapFeatures.caller_id.icon}}"></i>


+ 1
- 1
views/users-feature-conferencing.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="conferencing">
<div class="monster-feature-popup-container" data-feature="conferencing">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{user.extra.mapFeatures.conferencing.icon}}"></i> <i class="{{user.extra.mapFeatures.conferencing.icon}}"></i>


+ 1
- 1
views/users-feature-faxing.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="faxing">
<div class="monster-feature-popup-container" data-feature="faxing">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{user.extra.mapFeatures.faxing.icon}}"></i> <i class="{{user.extra.mapFeatures.faxing.icon}}"></i>


+ 1
- 1
views/users-feature-find_me_follow_me.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="find_me_follow_me">
<div class="monster-feature-popup-container" data-feature="find_me_follow_me">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{currentUser.extra.mapFeatures.find_me_follow_me.icon}}"></i> <i class="{{currentUser.extra.mapFeatures.find_me_follow_me.icon}}"></i>


+ 1
- 1
views/users-feature-hotdesk.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="hotdesk">
<div class="monster-feature-popup-container" data-feature="hotdesk">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{extra.mapFeatures.hotdesk.icon}}"></i> <i class="{{extra.mapFeatures.hotdesk.icon}}"></i>


+ 1
- 1
views/users-feature-music_on_hold.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="music_on_hold">
<div class="monster-feature-popup-container" data-feature="music_on_hold">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{user.extra.mapFeatures.music_on_hold.icon}}"></i> <i class="{{user.extra.mapFeatures.music_on_hold.icon}}"></i>


+ 1
- 1
views/users-feature-vm_to_email.html View File

@ -1,4 +1,4 @@
<div class="feature-popup-container" data-feature="vm_to_email">
<div class="monster-feature-popup-container" data-feature="vm_to_email">
<div class="feature-popup-title"> <div class="feature-popup-title">
<div class="feature-fa-wrapper"> <div class="feature-fa-wrapper">
<i class="{{extra.mapFeatures.vm_to_email.icon}}"></i> <i class="{{extra.mapFeatures.vm_to_email.icon}}"></i>


Loading…
Cancel
Save