beginning of rework/redesign of settings

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-27 14:34:05 +01:00
parent c48a22a58e
commit ab5ffc7545
33 changed files with 655 additions and 670 deletions

View File

@@ -20,15 +20,15 @@ return array(
'groups' => array(
'ftpserver' => array(
'title' => $lng['admin']['ftpserversettings'],
'icon' => 'fa-solid fa-arrow-right-arrow-left',
'fields' => array(
'ftpserver' => array(
'label' => $lng['admin']['ftpserver'],
'settinggroup' => 'system',
'varname' => 'ftpserver',
'type' => 'option',
'type' => 'select',
'default' => 'proftpd',
'option_mode' => 'one',
'option_options' => array(
'select_var' => array(
'proftpd' => 'Proftpd',
'pureftpd' => 'Pureftpd'
),
@@ -38,5 +38,3 @@ return array(
)
)
);
?>