Simplify box

This commit is contained in:
Pierre HUBERT 2021-04-11 14:06:34 +02:00
parent b5a942bf0c
commit fd03975508

View File

@ -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 --> <p>&nbsp;&nbsp;&nbsp;</p>
<div class="box-footer">
<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">