Revert "refactor global array"

This reverts commit 370ccbdb74.
This commit is contained in:
Michael Kaufmann
2018-12-22 08:15:31 +01:00
parent c800e89414
commit 7e39a7bc60
220 changed files with 2244 additions and 2227 deletions

View File

@@ -16,10 +16,10 @@
return array(
'groups' => array(
'diskquota' => array(
'title' => \Froxlor\I18N\Lang::getAll()['diskquota'],
'title' => $lng['diskquota'],
'fields' => array(
'diskquota_enabled' => array(
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['diskquota_enabled'],
'label' => $lng['serversettings']['diskquota_enabled'],
'settinggroup' => 'system',
'varname' => 'diskquota_enabled',
'type' => 'bool',
@@ -28,7 +28,7 @@ return array(
'overview_option' => true
),
'diskquota_repquota_path' => array(
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['diskquota_repquota_path']['description'],
'label' => $lng['serversettings']['diskquota_repquota_path']['description'],
'settinggroup' => 'system',
'varname' => 'diskquota_repquota_path',
'type' => 'string',
@@ -36,7 +36,7 @@ return array(
'save_method' => 'storeSettingField'
),
'diskquota_quotatool_path' => array(
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['diskquota_quotatool_path']['description'],
'label' => $lng['serversettings']['diskquota_quotatool_path']['description'],
'settinggroup' => 'system',
'varname' => 'diskquota_quotatool_path',
'type' => 'string',
@@ -44,7 +44,7 @@ return array(
'save_method' => 'storeSettingField'
),
'diskquota_customer_partition' => array(
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['diskquota_customer_partition']['description'],
'label' => $lng['serversettings']['diskquota_customer_partition']['description'],
'settinggroup' => 'system',
'varname' => 'diskquota_customer_partition',
'type' => 'string',