Minor changing link place see BT#4307

1.9.x
Julio Montoya 11 years ago
parent 83154ccb23
commit de3ce0f3ae
  1. 7
      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

Loading…
Cancel
Save