Browse Source

Minor changing link place see BT#4307

Julio Montoya 11 years ago
parent
commit
de3ce0f3ae
1 changed files with 4 additions and 3 deletions
  1. 4 3
      main/admin/index.php

+ 4 - 3
main/admin/index.php

@@ -90,6 +90,9 @@ if (api_is_platform_admin()) {
  		array('url'=>'user_import.php', 'label' => get_lang('ImportUserListXMLCSV')),
  	);
 }
+
+$items[] = array('url'=>'usergroups.php', 	'label' => get_lang('Classes'));
+
 $blocks['users']['items'] = $items;
 $blocks['users']['extra'] = null;
 
@@ -205,8 +208,6 @@ if (api_is_platform_admin()) {
     $items[] = array('url'=>'career_dashboard.php', 	'label' => get_lang('CareersAndPromotions'));
 }
 
-$items[] = array('url'=>'usergroups.php', 	'label' => get_lang('Classes'));
-
 $blocks['sessions']['items'] = $items;
 $blocks['sessions']['extra'] = null;
 
@@ -336,4 +337,4 @@ function register_site() {
     // Reload the settings.
 }
 
-// Note: version checking mechanism has now been moved to main/inc/ajax/admin.ajax.php
+// Note: version checking mechanism has now been moved to main/inc/ajax/admin.ajax.php