| 
									
										
										
										
											2019-04-20 15:30:45 +02:00
										 |  |  | @extends('layout.default') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 20:19:18 +02:00
										 |  |  | @section('title', $__t('Tasks settings')) | 
					
						
							| 
									
										
										
										
											2019-04-20 15:30:45 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | @section('viewJsName', 'taskssettings') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | <div class="row"> | 
					
						
							|  |  |  | 	<div class="col-lg-6 col-xs-12"> | 
					
						
							|  |  |  | 		<h1>@yield('title')</h1> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		@include('components.numberpicker', array( | 
					
						
							|  |  |  | 			'id' => 'tasks_due_soon_days', | 
					
						
							|  |  |  | 			'additionalAttributes' => 'data-setting-key="tasks_due_soon_days"', | 
					
						
							|  |  |  | 			'label' => 'Tasks due soon days', | 
					
						
							|  |  |  | 			'min' => 1, | 
					
						
							| 
									
										
										
										
											2019-05-01 20:19:18 +02:00
										 |  |  | 			'invalidFeedback' => $__t('This cannot be lower than %s', '1'), | 
					
						
							| 
									
										
										
										
											2019-04-20 15:30:45 +02:00
										 |  |  | 			'additionalCssClasses' => 'user-setting-control' | 
					
						
							|  |  |  | 		)) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 20:19:18 +02:00
										 |  |  | 		<a href="{{ $U('/tasks') }}" class="btn btn-success">{{ $__t('OK') }}</a> | 
					
						
							| 
									
										
										
										
											2019-04-20 15:30:45 +02:00
										 |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | @stop |