diff --git a/resources/views/booking/detail.blade.php b/resources/views/booking/detail.blade.php
index 03aeb2c..131361b 100755
--- a/resources/views/booking/detail.blade.php
+++ b/resources/views/booking/detail.blade.php
@@ -82,7 +82,7 @@
@php($i = 1)
-
+
@@ -150,7 +150,7 @@
|
-
+
|
draft_type) style="background-color: {{ $booking_draft_item->draft_type->color }}" @endif class="border-none">
@@ -199,7 +199,7 @@
@endif
-
+
diff --git a/resources/views/booking/index.blade.php b/resources/views/booking/index.blade.php
index 320a422..a48ab7d 100755
--- a/resources/views/booking/index.blade.php
+++ b/resources/views/booking/index.blade.php
@@ -14,6 +14,10 @@
| |
{{__('Nr.')}} |
+ {{__('Datum')}} |
+ {{__('Reise')}} |
+ {{__('Von')}} |
+ {{__('Bis')}} |
@@ -30,14 +34,17 @@
"columns": [
{ data: 'action_edit', orderable: false, searchable: false},
{ data: 'id', name: 'id' },
+ { data: 'booking_date', name: 'booking_date', orderable: false, searchable: false },
+ { data: 'title', name: 'title' },
+ { data: 'start_date', name: 'start_date', orderable: false, searchable: false },
+ { data: 'end_date', name: 'end_date', orderable: false, searchable: false },
],
"bLengthChange": false,
- "iDisplayLength": 50,
+ "iDisplayLength": 100,
"language": {
"url": "/js/German.json"
}
});
-
});
diff --git a/resources/views/cms/content/all/index.blade.php b/resources/views/cms/content/all/index.blade.php
index 4158d20..2b23eb6 100755
--- a/resources/views/cms/content/all/index.blade.php
+++ b/resources/views/cms/content/all/index.blade.php
@@ -46,13 +46,13 @@
{{ $value->name }} |
{{ $value->getFieldName() }} |
{{ $value->getPreviewContent() }} |
-
|
+
|
@endforeach
diff --git a/resources/views/cms/content/country/index.blade.php b/resources/views/cms/content/country/index.blade.php
index 27208de..96dab4c 100755
--- a/resources/views/cms/content/country/index.blade.php
+++ b/resources/views/cms/content/country/index.blade.php
@@ -30,9 +30,9 @@
| |
{{__('Name')}} |
- {{__('Seite')}} |
- {{__('CRM')}} |
- {{__('Kunden')}} |
+ {{__('Seite')}} |
+ {{__('CRM')}} |
+ {{__('Kunden')}} |
@@ -40,29 +40,29 @@
|
-
+
|
{{ $value->name }} |
@if($value->active_frontend)
-
+
@else
-
+
@endif
|
@if($value->active_backend)
-
+
@else
-
+
@endif
|
@if($value->is_customer_country)
-
+
@else
-
+
@endif
|
diff --git a/resources/views/cms/content/info/index.blade.php b/resources/views/cms/content/info/index.blade.php
index fc277fb..a2db288 100755
--- a/resources/views/cms/content/info/index.blade.php
+++ b/resources/views/cms/content/info/index.blade.php
@@ -103,7 +103,7 @@
@@ -184,7 +184,7 @@
@@ -233,7 +233,7 @@
@@ -259,7 +259,7 @@
{{ Form::text('infos[office-important-note][val]', \App\Models\CMSInfo::getContentBySlug('office-important-note'), array('placeholder'=>__('Weihnachtsferien! Vom 23.12.2019 bis zum 28.12.2019 sind wir nur zu den genannten Zeiten telefonisch zu erreichen.'), 'class'=>'form-control', 'id'=>'office_important_note')) }}
- {{ Form::hidden('infos[office-important-note][type]', 'text') }}
+ {{ Form::hidden('infos[office-important-note][type]', 'full_text') }}
diff --git a/resources/views/cms/feedback/index.blade.php b/resources/views/cms/feedback/index.blade.php
index 2863165..f09319a 100755
--- a/resources/views/cms/feedback/index.blade.php
+++ b/resources/views/cms/feedback/index.blade.php
@@ -27,7 +27,7 @@
|
-
+
|
{{ $value->title }} |
@@ -36,14 +36,14 @@
@if($value->status)
-
+
@else
-
+
@endif
|
@if($value->parent)
-
+
@else
-
@endif
diff --git a/resources/views/cms/sidebar/index.blade.php b/resources/views/cms/sidebar/index.blade.php
index cd7f590..99259e9 100755
--- a/resources/views/cms/sidebar/index.blade.php
+++ b/resources/views/cms/sidebar/index.blade.php
@@ -27,7 +27,7 @@
|
|
-
+
|
@@ -39,13 +39,13 @@
|
@if($value->active)
-
+
@else
-
+
@endif
|
-
+
|
@endforeach
diff --git a/resources/views/cms/travel_guide/detail.blade.php b/resources/views/cms/travel_guide/detail.blade.php
index 0039929..5e37b11 100755
--- a/resources/views/cms/travel_guide/detail.blade.php
+++ b/resources/views/cms/travel_guide/detail.blade.php
@@ -94,7 +94,7 @@
|
-
+
|
{{$iq_content_site->iq_content_tree_node->name}} |
@@ -102,13 +102,13 @@
@if($iq_content_site->iq_content_tree_node->active)
-
+
@else
-
+
@endif
|
-
+
|
@endforeach
diff --git a/resources/views/cms/travel_guide/index.blade.php b/resources/views/cms/travel_guide/index.blade.php
index 30888ec..37a78b1 100755
--- a/resources/views/cms/travel_guide/index.blade.php
+++ b/resources/views/cms/travel_guide/index.blade.php
@@ -28,7 +28,7 @@
|
-
+
|
{{ $value->name }} |
@@ -37,20 +37,20 @@
@if($value->scope)
-
+
@else
-
+
@endif
|
@if($value->active)
-
+
@else
-
+
@endif
|
-
+
|
@endforeach
diff --git a/resources/views/cms/travel_guide/page.blade.php b/resources/views/cms/travel_guide/page.blade.php
index b4bd60a..05c3659 100755
--- a/resources/views/cms/travel_guide/page.blade.php
+++ b/resources/views/cms/travel_guide/page.blade.php
@@ -29,7 +29,7 @@
-
+
|
@@ -43,21 +43,21 @@
| {{ $value->keyword }} |
@if($value->show_in_navi)
-
+
@else
-
+
@endif
|
@if($value->status)
-
+
@else
-
+
@endif
|
{{ $value->order }}
- {{-- --}}
+ {{-- --}}
|
diff --git a/resources/views/cms/travel_guide/tree-detail.blade.php b/resources/views/cms/travel_guide/tree-detail.blade.php
index cb54889..553aef8 100755
--- a/resources/views/cms/travel_guide/tree-detail.blade.php
+++ b/resources/views/cms/travel_guide/tree-detail.blade.php
@@ -70,13 +70,13 @@
{{$model->name}}
+ class="fa fa-globe"> {{$model->name}}
+ data-route="{{ route('iq_content_modal_load') }}">
{!! \App\Services\HTMLTreeHelper::makeNestableList($model, ($tree_node ? $tree_node->id : false)) !!}
@@ -134,7 +134,7 @@
@@ -180,33 +180,33 @@
-
+
|
{{$iq_content_site->travel_guide->name}} |
{{$iq_content_site->travel_guide->keyword}} |
@if($iq_content_site->travel_guide->scope)
+ class="fa fa-check">
@else
+ class="fa fa-times">
@endif
|
@if($iq_content_site->travel_guide->active)
+ class="fa fa-check">
@else
+ class="fa fa-times">
@endif
|
+ class="fa fa-reply">
|
@endforeach
@@ -221,12 +221,18 @@
--}}
-
diff --git a/resources/views/settings/travel_country/detail.blade.php b/resources/views/settings/travel_country/detail.blade.php
index 2f1d8b7..fe47006 100755
--- a/resources/views/settings/travel_country/detail.blade.php
+++ b/resources/views/settings/travel_country/detail.blade.php
@@ -28,21 +28,21 @@
diff --git a/resources/views/settings/travel_country/index.blade.php b/resources/views/settings/travel_country/index.blade.php
index 95767e2..a408e5a 100755
--- a/resources/views/settings/travel_country/index.blade.php
+++ b/resources/views/settings/travel_country/index.blade.php
@@ -17,9 +17,9 @@
+
+
+
+ {!! Form::open(['url' => route('sysadmin_tools_content_links'), 'class' => '']) !!}
+
+
+ {{ Form::textarea('text', $text, array('class'=>'form-control', 'rows'=>20)) }}
+
+
+
+ {!! Form::close() !!}
+
+
+ @if(count($values)>0)
+
+
+ @foreach($values as $key=>$value)
+ {{ $key }} || {{$value}}
+ @endforeach
+
+ @endif
+
+
+@endsection
+
diff --git a/resources/views/sys/tools/trees.blade.php b/resources/views/sys/tools/trees.blade.php
new file mode 100755
index 0000000..3a3f491
--- /dev/null
+++ b/resources/views/sys/tools/trees.blade.php
@@ -0,0 +1,50 @@
+@extends('layouts.layout-2')
+
+@section('content')
+
+ @if ($errors->any())
+
+
+
+
+ {!! Form::open(['url' => route('sysadmin_tools_tree_title'), 'class' => '']) !!}
+
+
+ {{ Form::textarea('text', $text, array('class'=>'form-control', 'rows'=>20)) }}
+
+
+
+ {!! Form::close() !!}
+
+
+ @if(count($values)>0)
+
+
+ @foreach($values as $key=>$value)
+ {{ $key }} || {{$value}}
+ @endforeach
+
+ @endif
+
+
+@endsection
+
diff --git a/resources/views/travel/program/detail.blade.php b/resources/views/travel/program/detail.blade.php
index c834c14..d696875 100755
--- a/resources/views/travel/program/detail.blade.php
+++ b/resources/views/travel/program/detail.blade.php
@@ -75,17 +75,17 @@
data-name="{{ $value->name }}"
data-description="{{ $value->description }}"
data-standard="{{ $value->standard }}">
-