Layout index: added shutdown.cgi and menuentry. Also redesigned Layout

This commit is contained in:
Alexander Marx
2014-01-08 15:10:54 +01:00
parent 31d488a4f6
commit 043cfbc01f
5 changed files with 238 additions and 187 deletions

View File

@@ -40,6 +40,12 @@
'title' => "$Lang::tr{'system information'}",
'enabled' => 1,
};
$subsystem->{'42.fireinfo'} = {
'caption' => $Lang::tr{'shutdown'},
'uri' => '/cgi-bin/shutdown.cgi',
'title' => "$Lang::tr{'shutdown'}",
'enabled' => 1,
};
$subsystem->{'99.credits'} = {
'caption' => $Lang::tr{'credits'},
'uri' => '/cgi-bin/credits.cgi',