From 2c4579ffbb4b3af0dfc78281884c8ce60998a3fb Mon Sep 17 00:00:00 2001 From: fantu <fantu@ispconfig3> Date: Thu, 11 Dec 2008 08:17:20 -0500 Subject: [PATCH] All language are now full merge --- interface/web/admin/lib/module.conf.php | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 56 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index b6d4384..0846b9b 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,27 @@ '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, + '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 +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'); @@ -88,6 +137,7 @@ // cleanup unset($items); +*/ @@ -99,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'); @@ -112,7 +166,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); /* @@ -130,7 +184,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); */ -- Gitblit v1.9.1