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