fantu
2008-12-11 2c4579ffbb4b3af0dfc78281884c8ce60998a3fb
interface/web/admin/lib/module.conf.php
@@ -64,6 +64,13 @@
              '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,
@@ -90,7 +97,13 @@
              '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,
@@ -136,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');