summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 14:43:31 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 14:43:31 -0600
commit37abd83b64ac08d50076c8271aebf708e222b0ff (patch)
treea5297ce297f917e720b9ca744eda379b37e36121 /src
parent46b7214c3695e60ae062b5357b263781c5f380eb (diff)
downloadpfsense-37abd83b64ac08d50076c8271aebf708e222b0ff.zip
pfsense-37abd83b64ac08d50076c8271aebf708e222b0ff.tar.gz
Indicate in the breadcrumb if we are editing list item.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_unbound_acls.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php
index 09be702..2fd5feb 100644
--- a/src/usr/local/www/services_unbound_acls.php
+++ b/src/usr/local/www/services_unbound_acls.php
@@ -206,6 +206,10 @@ $actionHelp =
sprintf(gettext('%sAllow Snoop:%s Allow recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.'), '<span class="text-success"><strong>', '</strong></span>');
$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Access Lists"));
+
+if ($act == "new" || $act == "edit") {
+ $pgtitle[] = gettext('Edit');
+}
$shortcut_section = "resolver";
include("head.inc");
OpenPOWER on IntegriCloud