This commit is contained in:
Kevin Adametz 2024-08-05 12:05:24 +02:00
parent 04d677d37a
commit bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions

View file

@ -14,8 +14,8 @@
<th>{{__('slug') }}</th>
<th>{{__('Info') }}</th>
<th>{{__('Action') }}</th>
<th>{{__('Status')}}</th>
<th>{{__('Aktiv')}}</th>
<th>{{__('tables.status')}}</th>
<th>{{__('tables.activ')}}</th>
</tr>
</thead>
<tbody>
@ -30,7 +30,7 @@
data-action="{{ $value->action }}"
data-status="{{ $value->status }}"
data-active="{{ $value->active }}">
<span class="far fa-edit"></span>
<span class="fa fa-edit"></span>
</button>
</td>
<td>{{ $value->name }}</td>
@ -144,7 +144,7 @@
"iDisplayLength": 50,
"language": {
"url": "/js/German.json"
"url": "/js/datatables-{{ \App::getLocale() }}.json"
}
});
});