From b764bb6a9b2aa79092ea77b5d6a8c254f51b8af8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 24 Oct 2008 18:47:16 +0000 Subject: Add new zone tab --- packages/tinydns/tinydns_view_logs.php | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/tinydns/tinydns_view_logs.php') diff --git a/packages/tinydns/tinydns_view_logs.php b/packages/tinydns/tinydns_view_logs.php index 0c71f954..8bbf5212 100644 --- a/packages/tinydns/tinydns_view_logs.php +++ b/packages/tinydns/tinydns_view_logs.php @@ -64,6 +64,7 @@ if ($_POST['clear']) { $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("New domain wizard"), false, "/wizard.php?xml=new_zone_wizard.xml"); display_top_tabs($tab_array); ?> -- cgit v1.2.3