last changes since 6-2023

This commit is contained in:
Kevin Adametz 2023-07-03 10:10:09 +02:00
parent 561c5875a7
commit c1c613a4b9
53 changed files with 1351 additions and 93 deletions

View file

@ -23,7 +23,6 @@
</select>
</div>
</div>
<div class="form-row show-field-name">
<div class="form-group col">
<label for="name" class="form-label">{{ __('Name') }}</label>
@ -98,6 +97,20 @@
{{ Form::text('pos', $value->pos, array('class'=>'form-control')) }}
</div>
</div>
@if($value->identifier === 'fewo-email-file')
<div class="form-row g">
<div class="form-group col-sm-10">
<label class="custom-control custom-checkbox mt-2" style="margin-right: 20px;">
{!! Form::checkbox('default_travel_info', 1, $value->integer, ['class'=>'custom-control-input']) !!}
<span class="custom-control-label">
Als default E-Mail-Anhang bei der Anreiseinfo
</span>
</label>
</div>
</div>
@endif
</div>
<div class="modal-footer">