Ignore:
Timestamp:
08/10/12 11:23:09 (12 years ago)
Author:
thiago
Message:

Ticket #2966 - Icones do expresssoCalender e expressoMail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/init.js

    r6951 r6984  
    344344                        var img_icon = ""; 
    345345                        if(event.type == 1) 
    346                                 img_icon = "event.png"; 
     346                                img_icon = "mini-event.png"; 
    347347                        if(event.type == 2) 
    348                                 img_icon = "task.png"; 
     348                                img_icon = "mini-task.png"; 
    349349                        if(event.type == 3) 
    350350                                img_icon = "activity_icon.jpg"; 
Note: See TracChangeset for help on using the changeset viewer.