Code Duplication    Length = 5-5 lines in 2 locations

main/inc/lib/document.lib.php 2 locations

@@ 5376-5380 (lines=5) @@
5373
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5374
                        DocumentManager::build_document_icon_tag($filetype, $path) .
5375
                        Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>';
5376
                    } else {
5377
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5378
                        DocumentManager::build_document_icon_tag($filetype, $path) .
5379
                        Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>';
5380
                    }
5381
                } else {
5382
                    return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' .
5383
                    DocumentManager::build_document_icon_tag($filetype, $path) .
@@ 5381-5385 (lines=5) @@
5378
                        DocumentManager::build_document_icon_tag($filetype, $path) .
5379
                        Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>';
5380
                    }
5381
                } else {
5382
                    return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' .
5383
                    DocumentManager::build_document_icon_tag($filetype, $path) .
5384
                    Display::return_icon('shared.png', get_lang('ResourceShared'), array()) . '</a>';
5385
                }
5386
            } else {
5387
                if ($filetype == 'file') {
5388
                    // Sound preview with jplayer