08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<th>{{__('Nächste Ebene')}}</th>
|
||||
<th>{{__('Pr.') }}</th>
|
||||
<th>{{__('Pr.Shop') }}</th>
|
||||
<th>{{__('Qual.KP') }}</th>
|
||||
<th>{{__('Qual.KU') }}</th>
|
||||
<th>{{__('Qual.TP') }}</th>
|
||||
<th>{{__('Pr. L.1') }}</th>
|
||||
<th>{{__('Pr. L.2') }}</th>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<th>{{__('Pr. L.8') }}</th>
|
||||
<th>{{__('Paylines') }}</th>
|
||||
<th>{{__('W.Bonus') }}</th>
|
||||
<th>{{__('Status')}}</th>
|
||||
<th>{{__('')}}</th>
|
||||
<th>{{__('Standard')}}</th>
|
||||
<th>{{__('ID')}}</th>
|
||||
</tr>
|
||||
|
|
@ -68,12 +68,11 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<div class="mt-4 ml-4">
|
||||
<button type="button" class="btn btn-sm btn-primary" data-toggle="modal" data-target="#modals-default"
|
||||
data-id="new"
|
||||
data-pos=""
|
||||
data-name=""
|
||||
data-margin="0"
|
||||
data-active="1"
|
||||
<button type="button" class="btn btn-sm btn-primary" data-toggle="modal" data-target="#modals-load-content"
|
||||
data-id="new"
|
||||
data-action="user-level-add"
|
||||
data-view="view"
|
||||
data-route="{{ route('modal_load') }}"
|
||||
>{{__('Neuen Karriere-Level erstellen')}}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -88,7 +87,7 @@
|
|||
"iDisplayLength": 50,
|
||||
"order": [[ 1, "asc" ]],
|
||||
"language": {
|
||||
"url": "/js/German.json"
|
||||
"url": "/js/datatables-{{ \App::getLocale() }}.json"
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue