|
|
@ -170,9 +170,8 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h4>[[user:notifications_and_sounds]]</h4>
|
|
|
|
<h4>[[user:notifications]]</h4>
|
|
|
|
<div class="well">
|
|
|
|
<div class="well">
|
|
|
|
|
|
|
|
|
|
|
|
{{{each notificationSettings}}}
|
|
|
|
{{{each notificationSettings}}}
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="form-group col-xs-7">
|
|
|
|
<div class="form-group col-xs-7">
|
|
|
@ -201,53 +200,6 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<label for="notification">[[user:notification-sound]]</label>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="form-group col-xs-9">
|
|
|
|
|
|
|
|
<select class="form-control" id="notification" name="notification" data-property="notificationSound">
|
|
|
|
|
|
|
|
<option value="">[[user:no-sound]]</option>
|
|
|
|
|
|
|
|
{{{each notificationSound}}}
|
|
|
|
|
|
|
|
<option value="{notificationSound.name}" <!-- IF notificationSound.selected -->selected<!-- ENDIF notificationSound.selected -->>{notificationSound.name}</option>
|
|
|
|
|
|
|
|
{{{end}}}
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="btn-group col-xs-3">
|
|
|
|
|
|
|
|
<button type="button" class="form-control btn btn-sm btn-default" data-action="play"><span class="hidden-xs">[[global:play]] </span><i class="fa fa-play"></i></button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF !config.disableChat -->
|
|
|
|
|
|
|
|
<label for="chat-incoming">[[user:incoming-message-sound]]</label>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="form-group col-xs-9">
|
|
|
|
|
|
|
|
<select class="form-control" id="chat-incoming" name="chat-incoming" data-property="incomingChatSound">
|
|
|
|
|
|
|
|
<option value="">[[user:no-sound]]</option>
|
|
|
|
|
|
|
|
{{{each incomingChatSound}}}
|
|
|
|
|
|
|
|
<option value="{incomingChatSound.name}" <!-- IF incomingChatSound.selected -->selected<!-- ENDIF incomingChatSound.selected -->>{incomingChatSound.name}</option>
|
|
|
|
|
|
|
|
{{{end}}}
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="btn-group col-xs-3">
|
|
|
|
|
|
|
|
<button type="button" class="form-control btn btn-sm btn-default" data-action="play"><span class="hidden-xs">[[global:play]] </span><i class="fa fa-play"></i></button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<label for="chat-outgoing">[[user:outgoing-message-sound]]</label>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="form-group col-xs-9">
|
|
|
|
|
|
|
|
<select class="form-control" id="chat-outgoing" name="chat-outgoing" data-property="outgoingChatSound">
|
|
|
|
|
|
|
|
<option value="">[[user:no-sound]]</option>
|
|
|
|
|
|
|
|
{{{each outgoingChatSound}}}
|
|
|
|
|
|
|
|
<option value="{outgoingChatSound.name}" <!-- IF outgoingChatSound.selected -->selected<!-- ENDIF outgoingChatSound.selected -->>{outgoingChatSound.name}</option>
|
|
|
|
|
|
|
|
{{{end}}}
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="btn-group col-xs-3">
|
|
|
|
|
|
|
|
<button type="button" class="form-control btn btn-sm btn-default" data-action="play"><span class="hidden-xs">[[global:play]] </span><i class="fa fa-play"></i></button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- ENDIF !config.disableChat -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|