|
|
|
|
@ -2550,13 +2550,13 @@ return 'application/octet-stream'; |
|
|
|
|
$return .= Display::url(get_lang('NewDocument'), api_get_self().'?'.api_get_cidreq().'&action=add_item&type='.TOOL_DOCUMENT.'&lp_id='.$_SESSION['oLP']->lp_id); |
|
|
|
|
$return .= '</div>'; |
|
|
|
|
} else { |
|
|
|
|
$return .= Display::div(Display::url(Display::return_icon('delete.png', get_lang('Close'), array(), 22), '#', array('id'=>'close_div_'.$course_info['real_id'].'_'.$session_id,'class' =>'close_div')), array('style' => 'position:absolute;right:10px')); |
|
|
|
|
$return .= Display::div(Display::url(Display::return_icon('delete.png', get_lang('Close'), array(), 22), '#', array('id'=>'close_div_'.$course_info['real_id'].'_'.$current_session_id,'class' =>'close_div')), array('style' => 'position:absolute;right:10px')); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// If you want to debug it, I advise you to do "echo" on the eval statements. |
|
|
|
|
if (!empty($resources) && $user_in_course) { |
|
|
|
|
foreach ($resources as $resource) { |
|
|
|
|
$item_info = api_get_item_property_info($course_info['real_id'], 'document', $resource['id'], $session_id); |
|
|
|
|
$item_info = api_get_item_property_info($course_info['real_id'], 'document', $resource['id'], $current_session_id); |
|
|
|
|
|
|
|
|
|
if (empty($item_info)) { |
|
|
|
|
continue; |
|
|
|
|
|