Changeset 7244 for branches


Ignore:
Timestamp:
09/19/12 16:33:56 (12 years ago)
Author:
eduardow
Message:

Ticket #3106 - Inconsistencia na tela de acompanhamento de mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/mail/js/followupflag.js

    r7228 r7244  
    421421        winElement.find('[name="alarmDate"],[name="alarmTime"]').attr("disabled","disabled"); 
    422422         
     423        winElement.find('.menu-configure-followupflag .delete').button("option", "disabled", true);       
     424    var idFollowupflag = winElement.find('[name="followupflagId"]').val();  
     425            idFollowupflag = idFollowupflag.split(',');  
     426      
     427    $.each(idFollowupflag, function(index,value){  
     428            if (value != "false" ){  
     429                    winElement.find('.menu-configure-followupflag .delete').button("option", "disabled", false);  
     430            }  
     431    });  
     432 
    423433        winElement.find('[name="alarm"]').click(function(){ 
    424434                if($(this).is(":checked")){ 
Note: See TracChangeset for help on using the changeset viewer.