ComunicWeb/assets/templates/pages/settings/notifications/NotificationsSection.html

48 lines
1.3 KiB
HTML
Raw Normal View History

2021-04-10 17:42:03 +00:00
<!-- Notifications section -->
<!-- Web app section -->
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">tr("Web application")</h3>
</div>
<!-- /.box-header -->
<!-- form start -->
<div class="box-body">
<div class="form-group">
<label>
<input type="checkbox"> tr("Allow sound for notifications")
</label>
</div>
</div>
<!-- /.box-body -->
<div class="box-footer">
<button type="submit" class="btn btn-primary">tr("Update")</button>
</div>
</div>
<!-- Push notifications section -->
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">tr("Push notifications")</h3>
</div>
<!-- /.box-header -->
<!-- form start -->
<div class="box-body">
<p>tr("Note: These parameters applies only for the mobile version of the application!")</p>
<div class="form-group">
<label>
<input type="checkbox"> tr("Allow conversation notifications")
</label>
</div>
</div>
<!-- /.box-body -->
<div class="box-footer">
<button type="submit" class="btn btn-primary">tr("Update")</button>
</div>
</div>