diff --git a/main/img/icons/22/export_group_excel.png b/main/img/icons/22/export_group_excel.png new file mode 100644 index 0000000000..d9928da565 Binary files /dev/null and b/main/img/icons/22/export_group_excel.png differ diff --git a/main/img/icons/22/export_users_csv.png b/main/img/icons/22/export_users_csv.png new file mode 100644 index 0000000000..ae4e60d418 Binary files /dev/null and b/main/img/icons/22/export_users_csv.png differ diff --git a/main/img/icons/svg/export_group_excel.svg b/main/img/icons/svg/export_group_excel.svg new file mode 100644 index 0000000000..b70d62f5ea --- /dev/null +++ b/main/img/icons/svg/export_group_excel.svg @@ -0,0 +1,785 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main/img/icons/svg/export_users_csv.svg b/main/img/icons/svg/export_users_csv.svg new file mode 100644 index 0000000000..7db0c5a525 --- /dev/null +++ b/main/img/icons/svg/export_users_csv.svg @@ -0,0 +1,599 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main/inc/lib/groupmanager.lib.php b/main/inc/lib/groupmanager.lib.php index 4fcdec3ee0..28b489607a 100755 --- a/main/inc/lib/groupmanager.lib.php +++ b/main/inc/lib/groupmanager.lib.php @@ -2447,10 +2447,10 @@ class GroupManager Display::return_icon('user.png', get_lang('GroupMembers'), '', ICON_SIZE_SMALL).' '; $edit_actions .= ''. - Display::return_icon('export_excel.png', get_lang('Export'), '', ICON_SIZE_SMALL).' '; + Display::return_icon('export_group_excel.png', get_lang('Export'), '', ICON_SIZE_SMALL).' '; $edit_actions .= ''. - Display::return_icon('export_csv.png', get_lang('ExportUsers'), '', ICON_SIZE_SMALL).' '; + Display::return_icon('export_users_csv.png', get_lang('ExportUsers'), '', ICON_SIZE_SMALL).' '; if ($surveyGroupExists) { $edit_actions .= Display::url( @@ -2757,7 +2757,7 @@ class GroupManager return $result; } - + /** * Export all students from a group to an array. * This function works only in a context of a course.