Teilnehmer extra, Emails Anfragen Order
This commit is contained in:
parent
a718baf971
commit
5e3bd3a1ba
19 changed files with 174 additions and 48 deletions
|
|
@ -233,7 +233,7 @@
|
|||
|
||||
<div class="tab-pane fade @if($step === 'settings') active show @endif" id="navs-top-settings">
|
||||
<div class="card">
|
||||
<h4 class="mt-4 mb-2 ml-4">Ordner für Buchungen/E-Mail Ablage</h4>
|
||||
<h4 class="mt-4 mb-2 ml-4">Ordner für Buchungen+Anfrage/E-Mail Ablage</h4>
|
||||
<p class="ml-4">Unterordner werden für das jeweilige Reiseland der Buchung unter <a href="{{route('admin_settings_travel_country')}}">Reiseländer</a> -> Land / E-Mails zugewiesen </p>
|
||||
<div class="card-datatable table-responsive pt-0">
|
||||
<table class="datatables-customer-mail-dirs table table-striped table-bordered">
|
||||
|
|
@ -559,7 +559,7 @@
|
|||
|
||||
|
||||
<!-- Lead Anfragen -->
|
||||
<h4 class="mt-4 mb-2 ml-4">Ordner für Anfragen/E-Mail Ablage</h4>
|
||||
{{-- <h4 class="mt-4 mb-2 ml-4">Ordner für Anfragen/E-Mail Ablage</h4>
|
||||
<div class="card-datatable table-responsive pt-0">
|
||||
<table class="datatables-customer-lead-mail-dirs table table-striped table-bordered">
|
||||
<thead>
|
||||
|
|
@ -594,7 +594,6 @@
|
|||
<td>
|
||||
{!! \App\Services\Util::_implodeLines( $customer_lead_mail_dir->getArrayContent('emails'), "<br>") !!}
|
||||
</td>
|
||||
{{-- <td><a class="text-danger" href="" onclick="return confirm('{{__('Wirklich löschen?')}}');"><i class="fa fa-trash-alt"></i></a></td> --}}
|
||||
</tr>
|
||||
@php($next_customer_lead_mail_dir_id = $customer_lead_mail_dir->pos+1)
|
||||
@endforeach
|
||||
|
|
@ -667,7 +666,7 @@
|
|||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>--}}
|
||||
|
||||
<hr>
|
||||
<h4 class="mt-2 mb-0 ml-4">Allgemeine PDF Dateien für Anfragen/E-Mail-Anhänge</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue