tbrehm
2008-12-27 bf50bc3ea2d8d32487bb73ef3017ec51e5183bb4
interface/web/admin/lib/module.conf.php
@@ -65,7 +65,11 @@
              'link'   => 'admin/server_ip_list.php');              
$module['nav'][] = array(   'title'   => 'Servers',
$items[] = array( 'title'    => 'Interface Config',
              'target'    => 'content',
              'link'   => 'admin/system_config_edit.php?id=1');
$module['nav'][] = array(   'title'   => 'System',
                     'open'    => 1,
                     'items'   => $items);
// cleanup
@@ -90,7 +94,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 +146,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');