Remove the new help icons where not needed and translate help text

This commit is contained in:
Bernd Bestel
2020-08-25 19:28:44 +02:00
parent 4058925f40
commit 471a8665d0
4 changed files with 5 additions and 3 deletions

View File

@@ -16,7 +16,6 @@
<label for="product_id">
{{ $__t($label) }}&nbsp;<i class="fas fa-barcode"></i>&nbsp;
<span id="barcode-lookup-disabled-hint" class="small text-muted d-none"> {{ $__t('Barcode lookup is disabled') }}</span>&nbsp;
<i class="fas fa-question-circle" data-toggle="tooltip" title="{{ $hint }}"></i>
</label>
<select class="form-control product-combobox barcodescanner-input" id="product_id" name="product_id" @if($isRequired) required @endif @if($disabled) disabled @endif data-target="@productpicker">
<option value=""></option>