diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:53:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:53:35 +0000 |
commit | f74d2652d81bd1ec9e1e37c1c546d0f2917ce248 (patch) | |
tree | 73e15bc26cbfed83afdb34a39dee9cfdfea14755 /packages/tinydns | |
parent | 3a3b49d4f9690c1f4cbe983a7bf133143cda312c (diff) | |
download | pfsense-packages-f74d2652d81bd1ec9e1e37c1c546d0f2917ce248.tar.gz pfsense-packages-f74d2652d81bd1ec9e1e37c1c546d0f2917ce248.tar.bz2 pfsense-packages-f74d2652d81bd1ec9e1e37c1c546d0f2917ce248.zip |
Rename tab to Zone Sync
Diffstat (limited to 'packages/tinydns')
-rw-r--r-- | packages/tinydns/tinydns.xml | 2 | ||||
-rw-r--r-- | packages/tinydns/tinydns_dhcp_filter.php | 2 | ||||
-rw-r--r-- | packages/tinydns/tinydns_status.php | 2 | ||||
-rw-r--r-- | packages/tinydns/tinydns_sync.xml | 2 | ||||
-rw-r--r-- | packages/tinydns/tinydns_view_logs.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 711bc209..b18e1eef 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -85,7 +85,7 @@ <url>/tinydns_view_logs.php</url> </tab> <tab> - <text>Sync</text> + <text>Zone Sync</text> <url>/pkg_edit.php?xml=tinydns_sync.xml&id=0</url> </tab> <tab> diff --git a/packages/tinydns/tinydns_dhcp_filter.php b/packages/tinydns/tinydns_dhcp_filter.php index 87558a86..5f141ebd 100644 --- a/packages/tinydns/tinydns_dhcp_filter.php +++ b/packages/tinydns/tinydns_dhcp_filter.php @@ -50,7 +50,7 @@ include("head.inc"); $tab_array[] = array(gettext("Add Domains"), false, "/tinydns_filter.php"); $tab_array[] = array(gettext("Status"), false, "/tinydns_status.php"); $tab_array[] = array(gettext("Logs"), false, "/tinydns_view_logs.php"); - $tab_array[] = array(gettext("Sync"), false, "/tinydns_xmlrpc_sync.php"); + $tab_array[] = array(gettext("Zone Sync"), false, "/tinydns_xmlrpc_sync.php"); $tab_array[] = array(gettext("New domain wizard"), false, "/wizard.php?xml=new_zone_wizard.xml"); display_top_tabs($tab_array); ?> diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php index 9881a7c0..bba010bf 100644 --- a/packages/tinydns/tinydns_status.php +++ b/packages/tinydns/tinydns_status.php @@ -53,7 +53,7 @@ include("head.inc"); $tab_array[] = array(gettext("Add Domains"), false, "/tinydns_filter.php"); $tab_array[] = array(gettext("Status"), true, "/tinydns_status.php"); $tab_array[] = array(gettext("Logs"), false, "/tinydns_view_logs.php"); - $tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=tinydns_sync.xml&id=0"); + $tab_array[] = array(gettext("Zone Sync"), false, "/pkg_edit.php?xml=tinydns_sync.xml&id=0"); $tab_array[] = array(gettext("New domain wizard"), false, "/wizard.php?xml=new_zone_wizard.xml"); display_top_tabs($tab_array); ?> diff --git a/packages/tinydns/tinydns_sync.xml b/packages/tinydns/tinydns_sync.xml index 563ff8e9..202b4116 100644 --- a/packages/tinydns/tinydns_sync.xml +++ b/packages/tinydns/tinydns_sync.xml @@ -67,7 +67,7 @@ <url>/tinydns_view_logs.php</url> </tab> <tab> - <text>Sync</text> + <text>Zone Sync</text> <url>/pkg_edit.php?xml=tinydns_sync.xml&id=0</url> <active/> </tab> diff --git a/packages/tinydns/tinydns_view_logs.php b/packages/tinydns/tinydns_view_logs.php index 8bbf5212..5b0ab311 100644 --- a/packages/tinydns/tinydns_view_logs.php +++ b/packages/tinydns/tinydns_view_logs.php @@ -63,7 +63,7 @@ if ($_POST['clear']) { $tab_array[] = array(gettext("Add Domains"), false, "/tinydns_filter.php"); $tab_array[] = array(gettext("Status"), false, "/tinydns_status.php"); $tab_array[] = array(gettext("Logs"), true, "/tinydns_view_logs.php"); - $tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=tinydns_sync.xml&id=0"); + $tab_array[] = array(gettext("Zone Sync"), false, "/pkg_edit.php?xml=tinydns_sync.xml&id=0"); $tab_array[] = array(gettext("New domain wizard"), false, "/wizard.php?xml=new_zone_wizard.xml"); display_top_tabs($tab_array); ?> |