|
@@ 5406-5410 (lines=5) @@
|
| 5403 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
| 5404 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5405 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5406 |
|
} else { |
| 5407 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
| 5408 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5409 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5410 |
|
} |
| 5411 |
|
} else { |
| 5412 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
| 5413 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
|
@@ 5411-5415 (lines=5) @@
|
| 5408 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5409 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5410 |
|
} |
| 5411 |
|
} else { |
| 5412 |
|
return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
| 5413 |
|
DocumentManager::build_document_icon_tag($filetype, $path) . |
| 5414 |
|
Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>'; |
| 5415 |
|
} |
| 5416 |
|
} else { |
| 5417 |
|
if ($filetype == 'file') { |
| 5418 |
|
// Sound preview with jplayer |