From 37abd83b64ac08d50076c8271aebf708e222b0ff Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sun, 14 Feb 2016 14:43:31 -0600 Subject: Indicate in the breadcrumb if we are editing list item. --- src/usr/local/www/services_unbound_acls.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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.'), '', ''); $pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Access Lists")); + +if ($act == "new" || $act == "edit") { + $pgtitle[] = gettext('Edit'); +} $shortcut_section = "resolver"; include("head.inc"); -- cgit v1.1