Commit a5460bb1 authored by Franco Fichtner's avatar Franco Fichtner

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

parent 52850fd6
......@@ -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");
?>
......
......@@ -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");
?>
......
<?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");
?>
......
<?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");
?>
......
<?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");
?>
......
......@@ -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");
?>
......
......@@ -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");
?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment