From 5fcaec01d8d2b22eb6ebc8f320b8dd45db0d409a Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Fri, 17 Aug 2007 20:32:39 -0400 Subject: [PATCH] Double quotes --- interface/web/admin/lib/module.conf.php | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 7ee168e..8e60c74 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -16,7 +16,7 @@ 'link' => 'admin/users_list.php'); -$module["nav"][] = array( 'title' => 'Users', +$module["nav"][] = array( 'title' => 'CP Users', 'open' => 1, 'items' => $items); @@ -34,6 +34,31 @@ $module["nav"][] = array( 'title' => 'Groups', + 'open' => 1, + 'items' => $items); + + +// aufr�umen +unset($items); +/* +$items[] = array( 'title' => "Add server", + 'target' => 'content', + 'link' => 'admin/server_edit.php'); +*/ +$items[] = array( 'title' => "Edit server", + 'target' => 'content', + 'link' => 'admin/server_list.php'); +/* +$items[] = array( 'title' => "Add Server IP", + 'target' => 'content', + 'link' => 'admin/server_ip_edit.php'); +*/ +$items[] = array( 'title' => "Edit Server IP", + 'target' => 'content', + 'link' => 'admin/server_ip_list.php'); + + +$module["nav"][] = array( 'title' => 'Servers', 'open' => 1, 'items' => $items); @@ -62,6 +87,7 @@ // aufr�umen unset($items); +/* $items[] = array( 'title' => "Add user", 'target' => 'content', 'link' => 'admin/filesync_edit.php'); @@ -78,7 +104,7 @@ // aufr�umen unset($items); - +*/ // Getting the admin options from other modules -- Gitblit v1.9.1