re-arrange menu-entries to be better categorized

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-02-27 20:03:26 +01:00
parent b67749bcdc
commit aa592c7369
3 changed files with 34 additions and 24 deletions

View File

@@ -193,6 +193,11 @@ return array (
'label' => $lng['admin']['ipsandports']['ipsandports'],
'required_resources' => 'change_serversettings',
),
array (
'url' => 'admin_settings.php?page=updatecounters',
'label' => $lng['admin']['updatecounters'],
'required_resources' => 'change_serversettings',
),
),
),
'traffic' => array (
@@ -237,15 +242,15 @@ return array (
'required_resources' => 'change_serversettings',
),
array (
'url' => 'admin_settings.php?page=updatecounters',
'label' => $lng['admin']['updatecounters'],
'url' => 'admin_autoupdate.php?page=overview',
'label' => $lng['admin']['autoupdate'],
'required_resources' => 'change_serversettings',
),
array (
'url' => 'admin_settings.php?page=integritycheck',
'label' => $lng['admin']['integritycheck'],
'required_resources' => 'change_serversettings',
),
),
'templates' => array (
'label' => $lng['admin']['server_templates'],
'elements' => array (
array (
'url' => 'admin_vhostsettings.php?page=overview',
'label' => $lng['menue']['vhostsettings']['maintitle'],
@@ -253,13 +258,13 @@ return array (
Settings::Get('system.mod_fcgid') == true ||
Settings::Get('phpfpm.enabled') == true
),
'required_resources' => 'change_serversettings'
),
array (
'url' => 'admin_autoupdate.php?page=overview',
'label' => $lng['admin']['autoupdate'],
'required_resources' => 'change_serversettings',
),
'url' => 'admin_templates.php?page=email',
'label' => $lng['admin']['templates']['email'],
),
)
),
'server_php' => array (
'label' => $lng['admin']['server_php'],
@@ -300,8 +305,9 @@ return array (
'label' => $lng['admin']['misc'],
'elements' => array (
array (
'url' => 'admin_templates.php?page=email',
'label' => $lng['admin']['templates']['email'],
'url' => 'admin_settings.php?page=integritycheck',
'label' => $lng['admin']['integritycheck'],
'required_resources' => 'change_serversettings',
),
array (
'url' => 'admin_message.php?page=message',

View File

@@ -1987,3 +1987,5 @@ $lng['admin']['vhostconfig']['scheme'] = 'Will be set to <strong>http</strong> o
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['title'] = 'Use the standard Vhost location directives';
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['desc'] = 'If deactivated, the standard Vhost location directives, such as <br>location / { ... }<br> location @rewrites { ... }<br> location ~ ^(.+?\.php)(/.*)?$ { ... }<br> are excluded from the Vhost configuration file.';
$lng['question']['vhostsetting_reallydelete'] = 'Do you really want to delete the Vhost template?';
$lng['admin']['server_templates'] = 'Templates';

View File

@@ -1627,3 +1627,5 @@ $lng['admin']['vhostconfig']['scheme'] = 'Wird mit <strong>http</strong> bzw. mi
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['title'] = 'Standard VHost location-Direktiven verwenden';
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['desc'] = 'Wenn deaktiviert, werden Standard VHost-Direktiven wie <br>location / { ... }<br> location @rewrites { ... }<br> location ~ ^(.+?\.php)(/.*)?$ { ... }<br> nicht in die Konfigurationsdatei geschrieben.';
$lng['question']['vhostsetting_reallydelete'] = 'Wollen Sie diese VHost-Vorlage wirklich löschen?';
$lng['admin']['server_templates'] = 'Vorlagen';