From 51d0146fc1d2fd65e7cf4fcca0e530a085b4a708 Mon Sep 17 00:00:00 2001 From: Antennipasi <Antennipasi@ispconfig3> Date: Sun, 04 Jan 2009 11:28:46 -0500 Subject: [PATCH] Added more translations to monitor-module, mostly done now, couple annoyances left. merged changes with all languages. --- 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