diff options
Diffstat (limited to 'resources/views/lists/datatables-attributes.phtml')
| -rw-r--r-- | resources/views/lists/datatables-attributes.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/lists/datatables-attributes.phtml b/resources/views/lists/datatables-attributes.phtml index 699a783e9d..dbf8f1f83f 100644 --- a/resources/views/lists/datatables-attributes.phtml +++ b/resources/views/lists/datatables-attributes.phtml @@ -7,7 +7,7 @@ use Fisharebest\Webtrees\I18N; ?> data-auto-width="false" -data-dom="<"d-flex justify-content-between"pf><t><"d-flex justify-content-between"irl>" +data-layout="<?= e(json_encode(['topStart' => 'paging', 'topEnd' => 'search', 'bottomStart' => 'info', 'bottomEnd' => 'pageLength'], JSON_THROW_ON_ERROR)) ?>" data-state-save="true" data-length-menu="<?= e(json_encode([[10, 20, 50, 100, 500, 1000, -1], [I18N::number(10), I18N::number(20), I18N::number(50), I18N::number(100), I18N::number(500), I18N::number(1000), I18N::translate('All')]], JSON_THROW_ON_ERROR)) ?>" data-language="<?= e(json_encode([ |
