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