Browse Source

MSPB-66: remove the announcement-only toggle from the SmartPBX->User->Voicemail settings

4.3
Karl Anderson 6 years ago
parent
commit
57b1b1ade5
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      submodules/users/views/feature-vmbox.html

+ 0
- 9
submodules/users/views/feature-vmbox.html View File

@ -22,15 +22,6 @@
{{i18n.users.vmbox.text}}
</div>
<div class="control-group main">
<label class="title">
{{i18n.users.vmbox.announceOnly}}
</label>
{{#monsterSwitch}}
<input type="checkbox" name="announcement_only" id="announcement_only" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if vmbox.announcement_only}} checked="checked"{{/if}}></input>
{{/monsterSwitch}}
</div>
<div class="control-group main">
<label class="title">
{{i18n.users.vmbox.transcribe}}


Loading…
Cancel
Save