|
|
|
|
@ -1578,7 +1578,7 @@ class Tracking |
|
|
|
|
if ($convert_date) { |
|
|
|
|
$last_login_date = api_convert_and_format_date($last_login_date, DATE_FORMAT_SHORT); |
|
|
|
|
$icon = api_is_allowed_to_edit() ? |
|
|
|
|
'<a href="'.api_get_path(REL_CODE_PATH).'announcements/announcements.php?action=add&remind_inactive='.$student_id.'&cidReq='.$courseInfo['code'].'" title="'.get_lang('RemindInactiveUser').'"> |
|
|
|
|
'<a href="'.api_get_path(WEB_CODE_PATH).'announcements/announcements.php?action=add&remind_inactive='.$student_id.'&cidReq='.$courseInfo['code'].'" title="'.get_lang('RemindInactiveUser').'"> |
|
|
|
|
<img src="'.api_get_path(WEB_IMG_PATH).'messagebox_warning.gif" /> </a>' |
|
|
|
|
: null; |
|
|
|
|
return $icon. Display::label($last_login_date, 'warning'); |
|
|
|
|
|