Fixed number picker help hint

This commit is contained in:
Bernd Bestel 2020-11-11 22:09:26 +01:00
parent 7c8a17ce78
commit 11f65629e3
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -20,10 +20,12 @@
<div id="group-{{ $id }}"
class="form-group {{ $additionalGroupCssClasses }}">
<label for="{{ $id }}">
{{ $__t($label) }}&nbsp;
<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>