|
@@ -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
|