Fix undefined variables in locationpicker.blade.php

This commit is contained in:
fipwmaqzufheoxq92ebc 2020-09-12 15:15:56 +02:00
parent dec0a6e9ea
commit e0f8dee1c2
No known key found for this signature in database
GPG Key ID: F4DF989490C2ADB7

View File

@ -8,10 +8,10 @@
@php if(empty($hint)) { $hint = ''; } @endphp @php if(empty($hint)) { $hint = ''; } @endphp
<div class="form-group" <div class="form-group"
data-next-input-selector="{{ $nextInputSelector }}" @if(isset($nextInputSelector))data-next-input-selector="{{ $nextInputSelector }}" @endif
data-prefill-by-name="{{ $prefillByName }}" data-prefill-by-name="{{ $prefillByName }}"
data-prefill-by-id="{{ $prefillById }}"> data-prefill-by-id="{{ $prefillById }}">
<label for="location_id">{{ $__t('Location') }}&nbsp;&nbsp;<span id="{{ $hintId }}" <label for="location_id">{{ $__t('Location') }}&nbsp;&nbsp;<span @if(!empty($hintId))id="{{ $hintId }}" @endif
class="small text-muted">{{ $hint }}</span></label> class="small text-muted">{{ $hint }}</span></label>
<select class="form-control location-combobox" <select class="form-control location-combobox"
id="location_id" id="location_id"