This commit is contained in:
Kevin Adametz 2020-02-14 10:18:20 +01:00
parent bed91c4f4a
commit c8948338bb
122 changed files with 7911 additions and 1639 deletions

View file

@ -14,6 +14,10 @@
<tr>
<th style="max-width: 60px;">&nbsp;</th>
<th>{{__('Nr.')}}</th>
<th>{{__('Datum')}}</th>
<th>{{__('Reise')}}</th>
<th>{{__('Von')}}</th>
<th>{{__('Bis')}}</th>
</tr>
</thead>
</table>
@ -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"
}
});
});
</script>