mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	Trigger help-tooltips also by click (instead of only hover, which is Bootstraps default) (fixes #1468)
This commit is contained in:
		| @@ -68,6 +68,7 @@ | ||||
| 				<label for="period_type">{{ $__t('Period type') }} <i id="chore-period-type-info" | ||||
| 						class="fas fa-question-circle text-muted" | ||||
| 						data-toggle="tooltip" | ||||
| 						data-trigger="hover click" | ||||
| 						title=""></i></label> | ||||
| 				<select required | ||||
| 					class="custom-control custom-select input-group-chore-period-type" | ||||
| @@ -172,6 +173,7 @@ | ||||
| 				<label for="assignment_type">{{ $__t('Assignment type') }} <i id="chore-assignment-type-info" | ||||
| 						class="fas fa-question-circle text-muted" | ||||
| 						data-toggle="tooltip" | ||||
| 						data-trigger="hover click" | ||||
| 						title=""></i></label> | ||||
| 				<select required | ||||
| 					class="custom-control custom-select input-group-chore-assignment-type" | ||||
| @@ -223,6 +225,7 @@ | ||||
| 						for="track_date_only">{{ $__t('Track date only') }} | ||||
| 						 <i class="fas fa-question-circle text-muted" | ||||
| 							data-toggle="tooltip" | ||||
| 							data-trigger="hover click" | ||||
| 							title="{{ $__t('When enabled only the day of an execution is tracked, not the time') }}"></i> | ||||
| 					</label> | ||||
| 				</div> | ||||
| @@ -237,6 +240,7 @@ | ||||
| 						for="rollover">{{ $__t('Due date rollover') }} | ||||
| 						 <i class="fas fa-question-circle text-muted" | ||||
| 							data-toggle="tooltip" | ||||
| 							data-trigger="hover click" | ||||
| 							title="{{ $__t('When enabled the chore can never be overdue, the due date will shift forward each day when due') }}"></i> | ||||
| 					</label> | ||||
| 				</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user