mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 10:46:36 +00:00 
			
		
		
		
	Fixed number picker help hint
This commit is contained in:
		| @@ -20,10 +20,12 @@ | ||||
| <div id="group-{{ $id }}" | ||||
| 	class="form-group {{ $additionalGroupCssClasses }}"> | ||||
| 	<label for="{{ $id }}"> | ||||
| 		{{ $__t($label) }}  | ||||
| 		<span id="{{ $hintId }}" | ||||
| 		{{ $__t($label) }} | ||||
| 		<i id="{{ $hintId }}" | ||||
| 			class="fas fa-question-circle" | ||||
| 			data-toggle="tooltip" | ||||
| 			title="{{ $hint }}"></span>{!! $additionalHtmlContextHelp !!} | ||||
| 			title="{{ $hint }}"></i> | ||||
| 		{!! $additionalHtmlContextHelp !!} | ||||
| 		@if(!empty($contextInfoId)) | ||||
| 		<span id="{{ $contextInfoId }}" | ||||
| 			class="small text-muted"></span> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user