forked from Public/pics
InlineFormView: combine fields and buttons into one 'controls' array
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user