| @@ 5655-5659 (lines=5) @@ | ||
| 5652 | $forumIcon = ''; |
|
| 5653 | ||
| 5654 | if ($is_allowed_to_edit) { |
|
| 5655 | if (!$update_audio || $update_audio <> 'true') { |
|
| 5656 | $move_icon .= '<a class="moved" href="#">'; |
|
| 5657 | $move_icon .= Display::return_icon('move_everywhere.png', get_lang('Move'), array(), ICON_SIZE_TINY); |
|
| 5658 | $move_icon .= '</a>'; |
|
| 5659 | } |
|
| 5660 | ||
| 5661 | // No edit for this item types |
|
| 5662 | if (!in_array($arrLP[$i]['item_type'], array('sco', 'asset'))) { |
|
| @@ 3633-3637 (lines=5) @@ | ||
| 3630 | ||
| 3631 | $return .= '<div class="item_data" style="margin-left:' . ($num * 18) . 'px;margin-right:5px;">'; |
|
| 3632 | ||
| 3633 | if ($add_move_button) { |
|
| 3634 | $return .= '<a class="moved" href="#">'; |
|
| 3635 | $return .= Display::return_icon('move_everywhere.png', get_lang('Move'), array(), ICON_SIZE_TINY); |
|
| 3636 | $return .= '</a> '; |
|
| 3637 | } |
|
| 3638 | $return .= $link; |
|
| 3639 | $return .= '</div></li>'; |
|
| 3640 | ||