forked from Public/pics
Form: rename 'content_below' to 'buttons_extra'
This commit is contained in:
@@ -69,7 +69,7 @@ class EditUser extends HTMLController
|
||||
|
||||
$form = new Form([
|
||||
'request_url' => BASEURL . '/edituser/?' . ($id_user ? 'id=' . $id_user : 'add'),
|
||||
'content_below' => $after_form,
|
||||
'buttons_extra' => $after_form,
|
||||
'fields' => [
|
||||
'first_name' => [
|
||||
'type' => 'text',
|
||||
|
||||
Reference in New Issue
Block a user