mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Simplify box
This commit is contained in:
		@@ -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>   </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">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user