InlineFormView: combine fields and buttons into one 'controls' array

This commit is contained in:
2025-09-23 14:48:08 +02:00
parent 0274ff5bf4
commit 77fa33730a
5 changed files with 11 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ class ManageErrors extends HTMLController
'action' => BASEURL . '/manageerrors/?' . Session::getSessionTokenKey() . '=' . Session::getSessionToken(),
'method' => 'post',
'class' => 'col-md-6 text-end',
'buttons' => [
'controls' => [
'clear' => [
'type' => 'submit',
'caption' => 'Delete all',