From 625d171e058f8274b93dd33de4d4a2c59a2c3d50 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 27 Nov 2008 08:23:45 -0500
Subject: [PATCH] Fix: all servers get listed as possible target for a new website 

---
 interface/web/dns/lib/module.conf.php |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/interface/web/dns/lib/module.conf.php b/interface/web/dns/lib/module.conf.php
index 41e6d05..d233ba2 100644
--- a/interface/web/dns/lib/module.conf.php
+++ b/interface/web/dns/lib/module.conf.php
@@ -24,4 +24,33 @@
 $module["nav"][] = array(	'title'	=> 'DNS',
 							'open' 	=> 1,
 							'items'	=> $items);
+
+unset($items);
+
+
+$items[] = array( 'title' 	=> "Add DNS Zone",
+				  'target' 	=> 'content',
+				  'link'	=> 'dns/dns_wizard.php');
+
+
+$items[] = array( 'title' 	=> "Templates",
+				  'target' 	=> 'content',
+				  'link'	=> 'dns/dns_template_list.php');
+
+
+
+$module["nav"][] = array(	'title'	=> 'DNS Wizard',
+							'open' 	=> 1,
+							'items'	=> $items);
+
+
+
+
+
+
+
+
+
+
+
 ?>
\ No newline at end of file

--
Gitblit v1.9.1