From 267bfe63efa0088edf729f25c81ef920d52591b5 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 14 Dec 2008 11:15:24 -0500 Subject: [PATCH] Fixed logout url. --- interface/web/admin/lib/module.conf.php | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 49 insertions(+), 3 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index b6d4384..c0847a8 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', @@ -59,8 +64,19 @@ 'target' => 'content', 'link' => 'admin/server_ip_list.php'); - $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); @@ -68,6 +84,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 +129,7 @@ // cleanup unset($items); +*/ @@ -99,6 +141,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 +158,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); /* @@ -130,7 +176,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); */ -- Gitblit v1.9.1