From 6eaaa70ea8ee9cd1044dbd101d6573d2e134d0f2 Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Mon, 01 Dec 2008 05:19:20 -0500 Subject: [PATCH] added auto-revision from svn to version --- interface/web/admin/lib/module.conf.php | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 49 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index b6d4384..b43fdba 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', @@ -63,11 +68,48 @@ $module['nav'][] = array( 'title' => 'Servers', '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); // 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 +130,7 @@ // cleanup unset($items); +*/ @@ -99,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'); @@ -112,7 +159,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); /* @@ -130,7 +177,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); */ -- Gitblit v1.9.1