From 6e0b961366354002601a922dfefd79e32b2f6bbc Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 09 Dec 2008 16:33:52 -0500
Subject: [PATCH] 

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

diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php
index 4a73065..0846b9b 100644
--- a/interface/web/admin/lib/module.conf.php
+++ b/interface/web/admin/lib/module.conf.php
@@ -64,6 +64,13 @@
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/server_ip_list.php');				  
 
+$items[] = array( 'title' 	=> 'Jobqueue',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/datalog_list.php');
+
+$items[] = array( 'title' 	=> 'Log',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/log_list.php');
 
 $module['nav'][] = array(	'title'	=> 'Servers',
 							'open' 	=> 1,
@@ -85,6 +92,31 @@
 // cleanup
 unset($items);
 
+
+$items[] = array( 'title' 	=> 'Repositories',
+				  '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,
+							'items'	=> $items);
+
+
+// cleanup
+unset($items);
+
+
+
+
+/*
 $items[] = array( 'title' 	=> 'Add user',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/dbsync_edit.php');
@@ -105,6 +137,7 @@
 
 // cleanup
 unset($items);
+*/
 
 
 
@@ -116,6 +149,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