|
@@ 5390-5394 (lines=5) @@
|
| 5387 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
| 5388 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5389 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5390 |
|
} else { |
| 5391 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
| 5392 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5393 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5394 |
|
} |
| 5395 |
|
} else { |
| 5396 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
| 5397 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
|
@@ 5395-5399 (lines=5) @@
|
| 5392 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5393 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5394 |
|
} |
| 5395 |
|
} else { |
| 5396 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
| 5397 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5398 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5399 |
|
} |
| 5400 |
|
} else { |
| 5401 |
|
if ($filetype == 'file') { |
| 5402 |
|
// Sound preview with jplayer |