From bf50bc3ea2d8d32487bb73ef3017ec51e5183bb4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 27 Dec 2008 13:38:25 -0500
Subject: [PATCH] Updated installation instructions.

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

diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php
index b6d4384..f0ec959 100644
--- a/interface/web/admin/lib/module.conf.php
+++ b/interface/web/admin/lib/module.conf.php
@@ -50,6 +50,11 @@
 $items[] = array( 'title' 	=> 'Edit server',
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/server_list.php');
+
+$items[] = array( 'title' 	=> 'Server Config',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/server_config_list.php');
+
 /*
 $items[] = array( 'title' 	=> 'Add Server IP',
 				  'target' 	=> 'content',
@@ -60,7 +65,23 @@
 				  'link'	=> 'admin/server_ip_list.php');				  
 
 
-$module['nav'][] = array(	'title'	=> 'Servers',
+$items[] = array( 'title' 	=> 'Interface Config',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/system_config_edit.php?id=1');
+
+$module['nav'][] = array(	'title'	=> 'System',
+							'open' 	=> 1,
+							'items'	=> $items);
+// cleanup
+unset($items);
+
+
+$items[] = array( 'title' 	=> 'Firewall',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/firewall_list.php');				  
+
+
+$module['nav'][] = array(	'title'	=> 'Firewall',
 							'open' 	=> 1,
 							'items'	=> $items);
 
@@ -68,6 +89,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');
@@ -88,6 +134,7 @@
 
 // cleanup
 unset($items);
+*/
 
 
 
@@ -99,6 +146,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');
@@ -112,7 +163,7 @@
 							'items'	=> $items);
 
 
-// aufr�umen
+// cleanup
 unset($items);
 
 /*
@@ -130,7 +181,7 @@
 							'items'	=> $items);
 
 
-// aufr�umen
+// cleanup
 unset($items);
 */
 

--
Gitblit v1.9.1