01 2020
This commit is contained in:
parent
bed91c4f4a
commit
c8948338bb
122 changed files with 7911 additions and 1639 deletions
|
|
@ -14,6 +14,10 @@
|
|||
<tr>
|
||||
<th style="max-width: 60px;"> </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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue