diff options
Diffstat (limited to 'resources/views/admin/webtrees1-thumbnails.phtml')
| -rw-r--r-- | resources/views/admin/webtrees1-thumbnails.phtml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/resources/views/admin/webtrees1-thumbnails.phtml b/resources/views/admin/webtrees1-thumbnails.phtml index 3a88838c3a..391e4bf513 100644 --- a/resources/views/admin/webtrees1-thumbnails.phtml +++ b/resources/views/admin/webtrees1-thumbnails.phtml @@ -13,7 +13,14 @@ <?= I18N::translate('If the thumbnail image is the same as the original image, it is no longer needed and you should delete it. If it is a custom image, you should add it to the media object.') ?> </p> -<table class="table table-bordered table-sm table-hover datatables wt-fix-table" data-ajax="<?= e(json_encode(['url' => route('admin-webtrees1-thumbs-data')])) ?>" data-server-side="true" data-state-save="true" data-sort="false" data-auto-width="false" data-save-state="true"> +<table + class="table table-bordered table-sm table-hover datatables wt-fix-table" + <?= view('lists/datatables-attributes') ?> + data-ajax="<?= e(json_encode(['url' => route('admin-webtrees1-thumbs-data')])) ?>" + data-server-side="true" + data-sort="false" + data-auto-width="false" +> <caption class="sr-only"> <?= I18N::translate('Media objects') ?> </caption> |
