Skip to content

Commit 86e0903

Browse files
committed
Display: Update access details report icon to avoid confusion with new attendances report - refs #3093
1 parent 15b6988 commit 86e0903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/mySpace/myStudents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
.Display::return_icon('export_excel.png', get_lang('ExportAsXLS'), '', ICON_SIZE_MEDIUM).'</a> ';
694694

695695
echo Display::url(
696-
Display::return_icon('attendance.png', get_lang('AccessDetails'), '', ICON_SIZE_MEDIUM),
696+
Display::return_icon('activity_monitor.png', get_lang('AccessDetails'), '', ICON_SIZE_MEDIUM),
697697
api_get_path(WEB_CODE_PATH).'mySpace/access_details_session.php?user_id='.$student_id
698698
);
699699

0 commit comments

Comments
 (0)