mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Simplify box
This commit is contained in:
parent
b5a942bf0c
commit
fd03975508
@ -1,15 +1,16 @@
|
||||
<!-- Notifications section -->
|
||||
|
||||
<!-- Web app section -->
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">tr("Web application")</h3>
|
||||
<h3 class="box-title">tr("Notifications")</h3>
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<!-- form start -->
|
||||
|
||||
<div class="box-body">
|
||||
|
||||
<h4>tr("Web application")</h4>
|
||||
|
||||
<p>tr("Note: These parameters applies only for the web version of the application!")</p>
|
||||
|
||||
<div class="form-group">
|
||||
@ -17,24 +18,11 @@
|
||||
<input name="allow_sounds" type="checkbox" v-model="allow_sounds"> tr("Allow sound for notifications")
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.box-body -->
|
||||
|
||||
<div class="box-footer">
|
||||
<button type="submit" class="btn btn-primary" @click="update">tr("Update")</button>
|
||||
</div>
|
||||
</div>
|
||||
<p> </p>
|
||||
|
||||
|
||||
<!-- 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">
|
||||
<h4>tr("Push notifications")</h4>
|
||||
<p>tr("Note: These parameters applies only for the mobile version of the application!")</p>
|
||||
|
||||
<div class="form-group">
|
||||
|
Loading…
Reference in New Issue
Block a user