08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -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"
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue