Code Duplication    Length = 5-5 lines in 2 locations

admin/actions/attributes.php 2 locations

@@ 531-535 (lines=5) @@
528
                $content .= "<td align='center'>";
529
                // Suppression
530
                $content .= "<img class='btnremove' alt='$delete' title='$delete' style='border: 0; cursor:pointer;' name='btnremove-$counter' id='btnremove-$counter' src='" . OLEDRION_IMAGES_URL . "smalldelete.png' />";
531
                if ($counter > 0) { // Up
532
                    $content .= "<img class='btnUp' alt='$up' title='$up' style='border: 0; cursor:pointer;' name='btnUp-$counter' id='btnUp-$counter' src='" . OLEDRION_IMAGES_URL . "smallup.png' />";
533
                } else {
534
                    $content .= "<img src='" . OLEDRION_IMAGES_URL . "blankholder.png' />";
535
                }
536
                if ($counter < $optionsCount - 1) { // Down
537
                    $content .= "<img class='btnDown' alt='$down' title='$down' style='border: 0; cursor:pointer;' name='btnDown-$counter' id='btnDown-$counter' src='" . OLEDRION_IMAGES_URL . "smalldown.png' />";
538
                } else {
@@ 536-540 (lines=5) @@
533
                } else {
534
                    $content .= "<img src='" . OLEDRION_IMAGES_URL . "blankholder.png' />";
535
                }
536
                if ($counter < $optionsCount - 1) { // Down
537
                    $content .= "<img class='btnDown' alt='$down' title='$down' style='border: 0; cursor:pointer;' name='btnDown-$counter' id='btnDown-$counter' src='" . OLEDRION_IMAGES_URL . "smalldown.png' />";
538
                } else {
539
                    $content .= "<img src='" . OLEDRION_IMAGES_URL . "blankholder.png' />";
540
                }
541
                $content .= "</td>\n";
542
                $content .= "</tr>\n";
543
                $counter++;