@@ 5445-5448 (lines=4) @@ | ||
5442 | $url = 'showinframes.php?' . api_get_cidreq() . '&id=' . $document_data['id']; //without preview |
|
5443 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
|
5444 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5445 | } else { |
|
5446 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
|
5447 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5448 | } |
|
5449 | } else { |
|
5450 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
|
5451 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
@@ 5449-5452 (lines=4) @@ | ||
5446 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
|
5447 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5448 | } |
|
5449 | } else { |
|
5450 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
|
5451 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5452 | } |
|
5453 | } |
|
5454 | } |
|
5455 | } |