|
@@ 8879-8882 (lines=4) @@
|
| 8876 |
|
$url.'&action=delete_item' |
| 8877 |
|
); |
| 8878 |
|
|
| 8879 |
|
if ($item_type == TOOL_HOTPOTATOES) { |
| 8880 |
|
$document_data = DocumentManager::get_document_data_by_id($row['path'], $course_code); |
| 8881 |
|
$return .= get_lang('File').': '.$document_data['absolute_path_from_document']; |
| 8882 |
|
} |
| 8883 |
|
|
| 8884 |
|
if ($item_type == TOOL_DOCUMENT || $item_type == TOOL_LP_FINAL_ITEM) { |
| 8885 |
|
$document_data = DocumentManager::get_document_data_by_id($row['path'], $course_code); |
|
@@ 8884-8887 (lines=4) @@
|
| 8881 |
|
$return .= get_lang('File').': '.$document_data['absolute_path_from_document']; |
| 8882 |
|
} |
| 8883 |
|
|
| 8884 |
|
if ($item_type == TOOL_DOCUMENT || $item_type == TOOL_LP_FINAL_ITEM) { |
| 8885 |
|
$document_data = DocumentManager::get_document_data_by_id($row['path'], $course_code); |
| 8886 |
|
$return .= get_lang('File').': '.$document_data['absolute_path_from_document']; |
| 8887 |
|
} |
| 8888 |
|
|
| 8889 |
|
$return .= '</div>'; |
| 8890 |
|
|