| @@ 3638-3642 (lines=5) @@ | ||
| 3635 | ||
| 3636 | $return .= '<div class="item_data" style="margin-left:' . ($num * 18) . 'px;margin-right:5px;">'; |
|
| 3637 | ||
| 3638 | if ($add_move_button) { |
|
| 3639 | $return .= '<a class="moved" href="#">'; |
|
| 3640 | $return .= Display::return_icon('move_everywhere.png', get_lang('Move'), array(), ICON_SIZE_TINY); |
|
| 3641 | $return .= '</a> '; |
|
| 3642 | } |
|
| 3643 | $return .= $link; |
|
| 3644 | $return .= '</div></li>'; |
|
| 3645 | ||
| @@ 5669-5673 (lines=5) @@ | ||
| 5666 | ||
| 5667 | if ($is_allowed_to_edit) { |
|
| 5668 | if (!$update_audio || $update_audio <> 'true') { |
|
| 5669 | if ($arrLP[$i]['item_type'] !== TOOL_LP_FINAL_ITEM) { |
|
| 5670 | $move_icon .= '<a class="moved" href="#">'; |
|
| 5671 | $move_icon .= Display::return_icon('move_everywhere.png', get_lang('Move'), array(), ICON_SIZE_TINY); |
|
| 5672 | $move_icon .= '</a>'; |
|
| 5673 | } |
|
| 5674 | } |
|
| 5675 | ||
| 5676 | // No edit for this item types |
|