|
|
|
@ -432,7 +432,8 @@ if ($_GET['action'] != 'add') { |
|
|
|
$dropbox_file_data[] = $dropbox_file->author; |
|
|
|
$dropbox_file_data[] = $dropbox_file->author; |
|
|
|
//$dropbox_file_data[] = $dropbox_file->description; |
|
|
|
//$dropbox_file_data[] = $dropbox_file->description; |
|
|
|
|
|
|
|
|
|
|
|
$dropbox_file_data[] = date_to_str_ago(api_get_local_time($dropbox_file->last_upload_date, null, null, date_default_timezone_get())).'<br /><span class="dropbox_date">'.api_get_local_time($dropbox_file->last_upload_date, null, null, date_default_timezone_get()).'</span>'; |
|
|
|
$last_upload_date = api_get_local_time($dropbox_file->last_upload_date, 'Y-m-d H:i:s', null, date_default_timezone_get()); |
|
|
|
|
|
|
|
$dropbox_file_data[] = date_to_str_ago($last_upload_date).'<br /><span class="dropbox_date">'.api_format_date_time_long($last_upload_date).'</span>'; |
|
|
|
|
|
|
|
|
|
|
|
$action_icons = check_number_feedback($dropbox_file->id, $number_feedback).' '.get_lang('Feedback').' |
|
|
|
$action_icons = check_number_feedback($dropbox_file->id, $number_feedback).' '.get_lang('Feedback').' |
|
|
|
<a href="'.api_get_self().'?'.api_get_cidreq().'&view_received_category='.Security::remove_XSS($_GET['view_received_category']).'&view_sent_category='.Security::remove_XSS($_GET['view_sent_category']).'&view='.Security::remove_XSS($_GET['view']).'&action=viewfeedback&id='.$dropbox_file->id.'">'.Display::return_icon('comment_bubble.gif', get_lang('Comment')).'</a> |
|
|
|
<a href="'.api_get_self().'?'.api_get_cidreq().'&view_received_category='.Security::remove_XSS($_GET['view_received_category']).'&view_sent_category='.Security::remove_XSS($_GET['view_sent_category']).'&view='.Security::remove_XSS($_GET['view']).'&action=viewfeedback&id='.$dropbox_file->id.'">'.Display::return_icon('comment_bubble.gif', get_lang('Comment')).'</a> |
|
|
|
@ -578,7 +579,8 @@ if ($_GET['action'] != 'add') { |
|
|
|
} |
|
|
|
} |
|
|
|
$receivers_celldata = trim(trim($receivers_celldata), ','); // Removing the trailing comma. |
|
|
|
$receivers_celldata = trim(trim($receivers_celldata), ','); // Removing the trailing comma. |
|
|
|
$dropbox_file_data[] = $receivers_celldata; |
|
|
|
$dropbox_file_data[] = $receivers_celldata; |
|
|
|
$dropbox_file_data[] = date_to_str_ago(api_get_local_time($dropbox_file->last_upload_date, null, null, date_default_timezone_get())).'<br /><span class="dropbox_date">'.api_get_local_time($dropbox_file->last_upload_date, null, null, date_default_timezone_get()).'</span>'; |
|
|
|
$last_upload_date = api_get_local_time($dropbox_file->last_upload_date, 'Y-m-d H:i:s', null, date_default_timezone_get()); |
|
|
|
|
|
|
|
$dropbox_file_data[] = date_to_str_ago($last_upload_date).'<br /><span class="dropbox_date">'.api_get_local_time($last_upload_date).'</span>'; |
|
|
|
|
|
|
|
|
|
|
|
//$dropbox_file_data[] = $dropbox_file->author; |
|
|
|
//$dropbox_file_data[] = $dropbox_file->author; |
|
|
|
$receivers_celldata = ''; |
|
|
|
$receivers_celldata = ''; |
|
|
|
|