summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_filemanager.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-07 21:38:02 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-07 21:38:02 +0545
commitc40ac9d25e924bfb5c75f4a9e32b2c36f30f14fb (patch)
tree4c5ba83c950dbfa3800c61252140d0039a29c74b /src/usr/local/www/services_captiveportal_filemanager.php
parentd315b34169bc6aec22d8d55aa38223b9cd71c57b (diff)
downloadpfsense-c40ac9d25e924bfb5c75f4a9e32b2c36f30f14fb.zip
pfsense-c40ac9d25e924bfb5c75f4a9e32b2c36f30f14fb.tar.gz
Standardize Captive Portal breadcrumbs
and services_captiveportal_zones_edit is actually code that can only add a zone, so it might as well say so.
Diffstat (limited to 'src/usr/local/www/services_captiveportal_filemanager.php')
-rw-r--r--src/usr/local/www/services_captiveportal_filemanager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_filemanager.php b/src/usr/local/www/services_captiveportal_filemanager.php
index 11ecb99..6d2da57 100644
--- a/src/usr/local/www/services_captiveportal_filemanager.php
+++ b/src/usr/local/www/services_captiveportal_filemanager.php
@@ -99,7 +99,7 @@ if (!is_array($config['captiveportal'])) {
}
$a_cp =& $config['captiveportal'];
-$pgtitle = array(gettext("Services"), gettext("Captive Portal"), $a_cp[$cpzone]['zone']);
+$pgtitle = array(gettext("Services"), gettext("Captive Portal"), "Zone " . $a_cp[$cpzone]['zone'], gettext("File Manager"));
$shortcut_section = "captiveportal";
if (!is_array($a_cp[$cpzone]['element'])) {
@@ -171,7 +171,7 @@ if ($input_errors)
print_input_errors($input_errors);
$tab_array = array();
-$tab_array[] = array(gettext("Captive Portal(s)"), false, "services_captiveportal.php?zone={$cpzone}");
+$tab_array[] = array(gettext("Configuration"), false, "services_captiveportal.php?zone={$cpzone}");
$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}");
$tab_array[] = array(gettext("Allowed IP Addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}");
$tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}");
OpenPOWER on IntegriCloud