@@ 5429-5432 (lines=4) @@ | ||
5426 | $url = 'showinframes.php?' . api_get_cidreq() . '&id=' . $document_data['id']; //without preview |
|
5427 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
|
5428 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5429 | } else { |
|
5430 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
|
5431 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5432 | } |
|
5433 | } else { |
|
5434 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
|
5435 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
@@ 5433-5436 (lines=4) @@ | ||
5430 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' . |
|
5431 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5432 | } |
|
5433 | } else { |
|
5434 | return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' . |
|
5435 | DocumentManager::build_document_icon_tag($filetype, $path) . '</a>'; |
|
5436 | } |
|
5437 | } |
|
5438 | } |
|
5439 | } |