summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-20 15:41:17 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-20 15:41:17 -0500
commitd036bc07bca646598cfde90e4c440b033869afdb (patch)
treece08342ea8c53e2ce46a7c25e9f9fd113ae5fc1f
parent3985c03806d7faa55436908cfab56b42e3bff880 (diff)
downloadpfsense-d036bc07bca646598cfde90e4c440b033869afdb.zip
pfsense-d036bc07bca646598cfde90e4c440b033869afdb.tar.gz
Revise System->Routing menu entry and page titles
-rwxr-xr-xsrc/usr/local/www/head.inc2
-rw-r--r--src/usr/local/www/system_gateway_groups.php2
-rw-r--r--src/usr/local/www/system_gateways.php2
-rw-r--r--src/usr/local/www/system_routes.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 1756366..0e7b8ed 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -196,7 +196,7 @@ if ($g['platform'] == $g['product_name'] or $g['platform'] == "nanobsd") {
$system_menu[] = array(gettext("Packages"), "/pkg_mgr_installed.php");
}
$system_menu[] = array(gettext("Setup Wizard"), "/wizard.php?xml=setup_wizard.xml");
-$system_menu[] = array(gettext("Gateways"), "/system_gateways.php");
+$system_menu[] = array(gettext("Routing"), "/system_gateways.php");
$system_menu[] = array(gettext("Cert Manager"), "/system_camanager.php");
if (!isAllowedPage("system_usermanager.php*")) {
$system_menu[] = array(gettext("User Manager"), "/system_usermanager_passwordmg.php");
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php
index ffc1d04..65de45e 100644
--- a/src/usr/local/www/system_gateway_groups.php
+++ b/src/usr/local/www/system_gateway_groups.php
@@ -124,7 +124,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = array(gettext("System"), gettext("Gateway Groups"));
+$pgtitle = array(gettext("System"), gettext("Routing"), gettext("Gateway Groups"));
$shortcut_section = "gateway-groups";
include("head.inc");
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php
index a52a027..f81d413 100644
--- a/src/usr/local/www/system_gateways.php
+++ b/src/usr/local/www/system_gateways.php
@@ -235,7 +235,7 @@ if (isset($_POST['del_x'])) {
}
}
-$pgtitle = array(gettext("System"), gettext("Gateways"));
+$pgtitle = array(gettext("System"), gettext("Routing"), gettext("Gateways"));
$shortcut_section = "gateways";
include("head.inc");
diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php
index 1f3f6d9..0c215e4 100644
--- a/src/usr/local/www/system_routes.php
+++ b/src/usr/local/www/system_routes.php
@@ -245,7 +245,7 @@ if (isset($_POST['del_x'])) {
}
}
-$pgtitle = array(gettext("System"), gettext("Static Routes"));
+$pgtitle = array(gettext("System"), gettext("Routing"), gettext("Static Routes"));
$shortcut_section = "routing";
include("head.inc");
OpenPOWER on IntegriCloud