Changeset 6844


Ignore:
Timestamp:
07/23/12 08:53:47 (12 years ago)
Author:
gustavo
Message:

Ticket #2954 - Opcoes de exclusao, mover, exportar, menu de contexto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/expressoMail1_2/js/draw_api.js

    r6841 r6844  
    16731673                                updateSelectedMsgs($(this).is(':checked'),headers_msgs.msg_number); 
    16741674                                $(".selected_shortcut_msg").removeClass("current_selected_shortcut_msg selected_shortcut_msg"); 
    1675                                 $(this).parents("tr:first").addClass("current_selected_shortcut_msg selected_shortcut_msg"); 
     1675                                if(preferences.use_shortcuts == '1') 
     1676                                        $(this).parents("tr:first").addClass("current_selected_shortcut_msg selected_shortcut_msg"); 
    16761677                                changeBgColor(e,headers_msgs.msg_number); 
    16771678                }); 
Note: See TracChangeset for help on using the changeset viewer.