summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal.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.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.php')
-rw-r--r--src/usr/local/www/services_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index 4832d01..5ed2551 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -96,7 +96,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("Configuration"));
$shortcut_section = "captiveportal";
if ($_GET['act'] == "viewhtml") {
@@ -558,7 +558,7 @@ if ($savemsg)
print_info_box($savemsg, 'success');
$tab_array = array();
-$tab_array[] = array(gettext("Captive Portal(s)"), true, "services_captiveportal.php?zone={$cpzone}");
+$tab_array[] = array(gettext("Configuration"), true, "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