From d7f14d3fd1636399ab9254befc68826e5327a02b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 09 Dec 2008 16:18:34 -0500
Subject: [PATCH] enable ispconfig logging in database.

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

diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php
index a37dd96..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,
@@ -90,7 +97,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 +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