2021-04-10 17:42:03 +00:00
|
|
|
<!-- Notifications section -->
|
|
|
|
|
|
|
|
<div class="box box-primary">
|
|
|
|
<div class="box-header with-border">
|
2021-04-11 12:06:34 +00:00
|
|
|
<h3 class="box-title">tr("Notifications")</h3>
|
2021-04-10 17:42:03 +00:00
|
|
|
</div>
|
|
|
|
<!-- /.box-header -->
|
|
|
|
<!-- form start -->
|
|
|
|
|
|
|
|
<div class="box-body">
|
2021-04-10 18:38:00 +00:00
|
|
|
|
2021-04-11 12:06:34 +00:00
|
|
|
<h4>tr("Web application")</h4>
|
|
|
|
|
2021-04-10 18:38:00 +00:00
|
|
|
<p>tr("Note: These parameters applies only for the web version of the application!")</p>
|
|
|
|
|
2021-04-10 17:42:03 +00:00
|
|
|
<div class="form-group">
|
|
|
|
<label>
|
2021-04-10 18:38:00 +00:00
|
|
|
<input name="allow_sounds" type="checkbox" v-model="allow_sounds"> tr("Allow sound for notifications")
|
2021-04-10 17:42:03 +00:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
|
2021-04-11 12:06:34 +00:00
|
|
|
<p> </p>
|
2021-04-10 17:42:03 +00:00
|
|
|
|
2021-04-11 12:06:34 +00:00
|
|
|
|
|
|
|
<h4>tr("Push notifications")</h4>
|
2021-04-10 17:42:03 +00:00
|
|
|
<p>tr("Note: These parameters applies only for the mobile version of the application!")</p>
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<label>
|
2021-04-10 18:38:00 +00:00
|
|
|
<input name="allow_conversations" type="checkbox" v-model="allow_conversations"> tr("Allow conversation notifications")
|
2021-04-10 17:42:03 +00:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /.box-body -->
|
|
|
|
|
|
|
|
<div class="box-footer">
|
2021-04-10 18:38:00 +00:00
|
|
|
<button type="submit" class="btn btn-primary" @click="update">tr("Update")</button>
|
2021-04-10 17:42:03 +00:00
|
|
|
</div>
|
|
|
|
</div>
|