Form: rename 'content_below' to 'buttons_extra'

This commit is contained in:
2025-09-11 19:59:30 +02:00
parent 094fa16e78
commit be51946436
5 changed files with 7 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ class EditAlbum extends HTMLController
$this->form = new Form([
'request_url' => BASEURL . '/editalbum/?' . ($id_tag ? 'id=' . $id_tag : 'add'),
'content_below' => $after_form,
'buttons_extra' => $after_form,
'fields' => $fields,
]);