system: general|advanced->settings; related to #58

This commit is contained in:
Franco Fichtner 2015-04-11 12:08:25 +02:00
parent 52850fd6f4
commit a5460bb161
7 changed files with 10 additions and 7 deletions

View File

@ -263,7 +263,7 @@ if ($fd) {
fclose($fd);
}
$pgtitle = array(gettext("System"),gettext("Advanced: Admin Access"));
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Admin Access"));
include("head.inc");
?>

View File

@ -216,7 +216,7 @@ if ($_POST) {
}
}
$pgtitle = array(gettext("System"),gettext("Advanced: Firewall and NAT"));
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Firewall and NAT"));
include("head.inc");
?>

View File

@ -1,4 +1,5 @@
<?php
/*
Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2005-2007 Scott Ullrich
@ -216,7 +217,7 @@ if ($_POST) {
}
}
$pgtitle = array(gettext("System"),gettext("Advanced: Miscellaneous"));
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Miscellaneous"));
include("head.inc");
?>

View File

@ -1,4 +1,5 @@
<?php
/*
Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2005-2007 Scott Ullrich
@ -140,7 +141,7 @@ if ($_POST) {
}
}
$pgtitle = array(gettext("System"),gettext("Advanced: Networking"));
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Networking"));
include("head.inc");
?>

View File

@ -1,4 +1,5 @@
<?php
/*
Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2009 Scott Ullrich <sullrich@gmail.com>
@ -148,7 +149,7 @@ if ($_POST) {
}
}
$pgtitle = array(gettext("System"),gettext("Advanced: Notifications"));
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Notifications"));
include("head.inc");
?>

View File

@ -110,7 +110,7 @@ if ($_POST) {
}
}
$pgtitle = array(gettext("System"),gettext("Advanced: System Tunables"));
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("System Tunables"));
include("head.inc");
?>

View File

@ -269,7 +269,7 @@ if ($_POST) {
unset($ignore_posted_dnsgw);
}
$pgtitle = array(gettext("System"),gettext("General Setup"));
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("General"));
include("head.inc");
?>