more tablelistings and php-related formfields

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-28 10:51:19 +01:00
parent bebdb3a93f
commit 5133d26f6f
19 changed files with 241 additions and 96 deletions

View File

@@ -179,7 +179,8 @@ if ($page == 'overview' || $page == 'accounts') {
UI::twigBuffer('user/form.html.twig', [
'formaction' => $linker->getLink(array('section' => 'ftp', 'id' => $id)),
'formdata' => $ftp_edit_data['ftp_edit']
'formdata' => $ftp_edit_data['ftp_edit'],
'editid' => $id
]);
UI::twigOutputBuffer();
}