From bf40071d1f54ad90ac9d0aeb0f6d8ff605895a57 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 7 Dec 2015 21:57:36 +0545 Subject: Standardize Dynamic DNS breadcrumbs --- src/usr/local/www/services_dyndns.php | 4 ++-- src/usr/local/www/services_dyndns_edit.php | 2 +- src/usr/local/www/services_rfc2136.php | 4 ++-- src/usr/local/www/services_rfc2136_edit.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/usr/local/www/services_dyndns.php b/src/usr/local/www/services_dyndns.php index 610f7ec..2cdd53a 100644 --- a/src/usr/local/www/services_dyndns.php +++ b/src/usr/local/www/services_dyndns.php @@ -97,14 +97,14 @@ else if ($_GET['act'] == "toggle") { exit; } } -$pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("Dynamic DNS Clients")); include("head.inc"); if ($input_errors) print_input_errors($input_errors); $tab_array = array(); -$tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); +$tab_array[] = array(gettext("Dynamic DNS"), true, "services_dyndns.php"); $tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); display_top_tabs($tab_array); ?> diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index ff4dbb4..285ba76 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -247,7 +247,7 @@ function build_if_list() { return($list); } -$pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("Dynamic DNS Client"), gettext("Edit")); include("head.inc"); if ($input_errors) diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php index ded27ea..b854d2c 100644 --- a/src/usr/local/www/services_rfc2136.php +++ b/src/usr/local/www/services_rfc2136.php @@ -93,11 +93,11 @@ else if ($_GET['act'] == "toggle") { } } -$pgtitle = array(gettext("Services"), gettext("RFC 2136 Clients")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("RFC 2136 Clients")); include("head.inc"); $tab_array = array(); -$tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); +$tab_array[] = array(gettext("Dynamic DNS"), false, "services_dyndns.php"); $tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); display_top_tabs($tab_array); diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php index e3d8483..4b01add 100644 --- a/src/usr/local/www/services_rfc2136_edit.php +++ b/src/usr/local/www/services_rfc2136_edit.php @@ -160,7 +160,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("Services"), gettext("RFC 2136 Client"), gettext("Edit")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("RFC 2136 Client"), gettext("Edit")); include("head.inc"); if ($input_errors) -- cgit v1.1