mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed number picker help hint
This commit is contained in:
parent
7c8a17ce78
commit
11f65629e3
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user