Ignore:
Timestamp:
03/08/13 16:32:58 (11 years ago)
Author:
douglas
Message:

Ticket #3378 - Importação automatica de eventos nos participantes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/js/init.js

    r7968 r7982  
    358358 
    359359                        var img_icon = ""; 
     360  
     361            if( !!parseInt(event.unanswered)  ){  
     362  
     363                img_icon = "mini-attention.png";  
     364  
     365            }else{  
     366  
    360367                        if(event.type == 1) 
    361368                                img_icon = "mini-event.png"; 
     
    365372                                img_icon = "mini-activity.png"; 
    366373 
    367                          
     374        } 
     375                 
    368376            element.find(".fc-event-inner.fc-event-skin").prepend($('<img style="width: 11px; height: 13px;" class="" src="../prototype/modules/calendar/img/' + img_icon + '"></img>')); 
    369377                }, 
Note: See TracChangeset for help on using the changeset viewer.