mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	Applied EditorConfig settings to all files
This commit is contained in:
		| @@ -16,5 +16,5 @@ | ||||
| 			<option value="{{ $shoppinglocation->id }}">{{ $shoppinglocation->name }}</option> | ||||
| 		@endforeach | ||||
| 	</select> | ||||
|         <div class="invalid-feedback">{{ $__t('You have to select a store') }}</div> | ||||
| 		<div class="invalid-feedback">{{ $__t('You have to select a store') }}</div> | ||||
| </div> | ||||
|   | ||||
| @@ -1,15 +1,15 @@ | ||||
| <label> | ||||
|     <input type="checkbox" name="{{ $perm->permission_name }}" class="permission-cb" data-perm-id="{{ $perm->permission_id }}" @if($perm->has_permission) checked @endif autocomplete="off"> | ||||
|     {{ $__t($perm->permission_name) }} | ||||
| 	<input type="checkbox" name="{{ $perm->permission_name }}" class="permission-cb" data-perm-id="{{ $perm->permission_id }}" @if($perm->has_permission) checked @endif autocomplete="off"> | ||||
| 	{{ $__t($perm->permission_name) }} | ||||
| </label> | ||||
| <div id="permission-sub-{{ $perm->permission_name }}"> | ||||
|     <ul> | ||||
|         @foreach($perm->uihelper_user_permissionsList(array('user_id' => $user->id))->via('parent') as $p) | ||||
|             <li> | ||||
|                 @include('components.userpermission_select', array( | ||||
|                         'perm' =>  $p | ||||
|                        )) | ||||
|             </li> | ||||
|         @endforeach | ||||
|     </ul> | ||||
| 	<ul> | ||||
| 		@foreach($perm->uihelper_user_permissionsList(array('user_id' => $user->id))->via('parent') as $p) | ||||
| 			<li> | ||||
| 				@include('components.userpermission_select', array( | ||||
| 					'perm' =>  $p | ||||
| 				)) | ||||
| 			</li> | ||||
| 		@endforeach | ||||
| 	</ul> | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user