diff options
Diffstat (limited to 'resources/views/admin/fix-level-0-media.phtml')
| -rw-r--r-- | resources/views/admin/fix-level-0-media.phtml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/views/admin/fix-level-0-media.phtml b/resources/views/admin/fix-level-0-media.phtml index 1de0566893..9869aa2305 100644 --- a/resources/views/admin/fix-level-0-media.phtml +++ b/resources/views/admin/fix-level-0-media.phtml @@ -9,7 +9,12 @@ <?= I18N::translate('If a media object is linked to an individual, when it should be linked to a fact or event, then you can move it to the correct location.') ?> </p> -<table class="table table-bordered table-sm table-hover datatables wt-fix-table" data-ajax="<?= e(json_encode(['url' => route('admin-fix-level-0-media-data')])) ?>" data-server-side="true" data-state-save="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-fix-level-0-media-data')])) ?>" + data-server-side="true" +> <caption class="sr-only"> <?= I18N::translate('Media objects') ?> </caption> |
