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