Code Duplication    Length = 5-5 lines in 2 locations

main/inc/lib/document.lib.php 1 location

@@ 3729-3733 (lines=5) @@
3726
3727
        $return .= '<div class="item_data" style="margin-left:' . ($num  * 5 ) . 'px;margin-right:5px;">';
3728
3729
        if ($add_move_button) {
3730
            $return .= '<a class="moved" href="#">';
3731
            $return .= Display::return_icon('move_everywhere.png', get_lang('Move'), array(), ICON_SIZE_TINY);
3732
            $return .= '</a> ';
3733
        }
3734
        $return .= $link;
3735
        $return .= '</div></li>';
3736

main/lp/learnpath.class.php 1 location

@@ 5614-5618 (lines=5) @@
5611
5612
            if ($is_allowed_to_edit) {
5613
                if (!$update_audio || $update_audio <> 'true') {
5614
                    if ($arrLP[$i]['item_type'] !== TOOL_LP_FINAL_ITEM) {
5615
                        $move_icon .= '<a class="moved" href="#">';
5616
                        $move_icon .= Display::return_icon('move_everywhere.png', get_lang('Move'), array(), ICON_SIZE_TINY);
5617
                        $move_icon .= '</a>';
5618
                    }
5619
                }
5620
5621
                // No edit for this item types