|
@@ 8831-8834 (lines=4) @@
|
| 8828 |
|
$url.'&action=delete_item' |
| 8829 |
|
); |
| 8830 |
|
|
| 8831 |
|
if ($item_type == TOOL_HOTPOTATOES) { |
| 8832 |
|
$document_data = DocumentManager::get_document_data_by_id($row['path'], $course_code); |
| 8833 |
|
$return .= get_lang('File').': '.$document_data['absolute_path_from_document']; |
| 8834 |
|
} |
| 8835 |
|
|
| 8836 |
|
if ($item_type == TOOL_DOCUMENT || $item_type == TOOL_LP_FINAL_ITEM) { |
| 8837 |
|
$document_data = DocumentManager::get_document_data_by_id($row['path'], $course_code); |
|
@@ 8836-8839 (lines=4) @@
|
| 8833 |
|
$return .= get_lang('File').': '.$document_data['absolute_path_from_document']; |
| 8834 |
|
} |
| 8835 |
|
|
| 8836 |
|
if ($item_type == TOOL_DOCUMENT || $item_type == TOOL_LP_FINAL_ITEM) { |
| 8837 |
|
$document_data = DocumentManager::get_document_data_by_id($row['path'], $course_code); |
| 8838 |
|
$return .= get_lang('File').': '.$document_data['absolute_path_from_document']; |
| 8839 |
|
} |
| 8840 |
|
|
| 8841 |
|
$return .= '</div>'; |
| 8842 |
|
|