From b7489f78bfe6d641ba597ee65e87700084d39854 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Sun, 02 Nov 2008 15:45:25 -0500
Subject: [PATCH] First version of the new monitor - module (works for more than one server) It is now possible to add "navigation-text" without links (actions) to the left navigations-side of the template (needed by the monitor module to add the server-dropdown)

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

diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php
index a37dd96..b43fdba 100644
--- a/interface/web/admin/lib/module.conf.php
+++ b/interface/web/admin/lib/module.conf.php
@@ -90,7 +90,13 @@
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/software_repo_list.php');
 
+$items[] = array( 'title' 	=> 'Packages',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/software_package_list.php');
 
+$items[] = array( 'title' 	=> 'Updates',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/software_update_list.php');
 
 $module['nav'][] = array(	'title'	=> 'Software',
 							'open' 	=> 1,
@@ -136,6 +142,10 @@
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/language_add.php');
 				  
+$items[] = array( 'title' 	=> 'Merge',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/language_complete.php');
+
 $items[] = array( 'title' 	=> 'Export',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/language_export.php');

--
Gitblit v1.9.1