Merge branch 'hotfix/21.56.9' into master
[gitter.git] / public / js / views / modals / tmpl / notification-defaults.hbs
blob86aad7777c41bce5f54d0d3200116284c210f37b
1 <div class="modal-content">
2   <form id="troupeSettings">
3     <select class="trpInput" style="width: 100%; height: 36px" id="notification-options">
4       <option value="all">All: Notify me for all messages</option>
5       <option value="announcement">Announcements: Notify me for all messages, but more quickly if there are mentions or announcements</option>
6       <option value="mute">Mute: Notify me only when I'm directly mentioned</option>
7     </select>
9     <p class="u-font-smaller" style="color: #999" id="notice-no-override">
10       This change will apply to any existing conversations currently set to use your
11       default notification setting, as well as any new room you join in future.
12     </p>
14     <p>
15       <input id="override-all" type='checkbox' class="u-font-smaller"/>
16       <label for="override-all">Apply this setting to <strong>all</strong> existing conversations</label>
17     </p>
19     <div class="u-font-smaller">
20       <p>Your settings:</p>
21       <div id="notify-features">
22       </div>
23     </div>
25     <p>
26       <input id="send-emails-checkbox" type='checkbox'/>
27       <label for="send-emails-checkbox">Send me email notifications.</label>
28     </p>
30   </div>
32   </form>
33 </div>